File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
services/java/com/android/server Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5151import com .android .server .am .ActivityManagerService ;
5252import com .android .server .am .BatteryStatsService ;
5353import com .android .server .display .DisplayManagerService ;
54+ import com .android .server .dreams .DreamManagerService ;
5455import com .android .server .input .InputManagerService ;
5556import com .android .server .net .NetworkPolicyManagerService ;
5657import com .android .server .net .NetworkStatsService ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .android .server ;
17+ package com .android .server . dreams ;
1818
1919import android .content .ComponentName ;
2020import android .content .Context ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .android .server ;
17+ package com .android .server . dreams ;
1818
1919import static android .provider .Settings .Secure .SCREENSAVER_COMPONENTS ;
2020import static android .provider .Settings .Secure .SCREENSAVER_DEFAULT_COMPONENT ;
2828import android .content .ServiceConnection ;
2929import android .content .pm .PackageManager ;
3030import android .os .Binder ;
31- import android .os .Bundle ;
3231import android .os .Handler ;
3332import android .os .IBinder ;
34- import android .os .Message ;
3533import android .os .RemoteException ;
3634import android .os .UserHandle ;
3735import android .provider .Settings ;
3836import android .service .dreams .Dream ;
3937import android .service .dreams .IDreamManager ;
4038import android .util .Slog ;
41- import android .util .SparseArray ;
4239
4340import java .io .FileDescriptor ;
4441import java .io .PrintWriter ;
You can’t perform that action at this time.
0 commit comments