Searched refs:StorageManagerService (Results 1 – 12 of 12) sorted by relevance
50 StorageManagerService.sSmartIdleMaintPeriod);56 final StorageManagerService ms = StorageManagerService.sSelf; in onStartJob()83 StorageManagerService ms = StorageManagerService.sSelf; in scheduleSmartIdlePass()
33 "file_patterns": ["StorageManagerService\\.java"]37 "file_patterns": ["StorageManagerService\\.java"]41 "file_patterns": ["StorageManagerService\\.java"]45 "file_patterns": ["StorageManagerService\\.java"]49 "file_patterns": ["StorageManagerService\\.java"]53 "file_patterns": ["StorageManagerService\\.java"]83 "file_patterns": ["StorageManagerService\\.java"]
71 StorageManagerService ms = StorageManagerService.sSelf; in onStartJob()86 StorageManagerService ms = StorageManagerService.sSelf; in onStopJob()
268 # StorageManagerService.java
202 class StorageManagerService extends IStorageManager.Stub class206 static StorageManagerService sSelf = null;235 private StorageManagerService mStorageManagerService;243 mStorageManagerService = new StorageManagerService(getContext()); in onStart()1948 public StorageManagerService(Context context) { in StorageManagerService() method in StorageManagerService
597 return processName.equals(StorageManagerService.sMediaStoreAuthorityProcessName) in isInterestingJavaProcess()
49 private StorageManagerService mStorageManagerService;81 mStorageManagerService = new StorageManagerService(mRealContext); in setFixtures()
2619 PLcom/android/server/StorageManagerService$$ExternalSyntheticLambda3;-><init>(Lcom/android/server/S…2620 PLcom/android/server/StorageManagerService$$ExternalSyntheticLambda3;->run()V2621 PLcom/android/server/StorageManagerService$1;-><init>(Lcom/android/server/StorageManagerService;)V2622 PLcom/android/server/StorageManagerService$2;-><init>(Lcom/android/server/StorageManagerService;Lan…2623 PLcom/android/server/StorageManagerService$3;-><init>(Lcom/android/server/StorageManagerService;)V2624 PLcom/android/server/StorageManagerService$3;->onVolumeCreated(Ljava/lang/String;ILjava/lang/String…2625 PLcom/android/server/StorageManagerService$3;->onVolumeDestroyed(Ljava/lang/String;)V2626 PLcom/android/server/StorageManagerService$3;->onVolumeInternalPathChanged(Ljava/lang/String;Ljava/…2627 PLcom/android/server/StorageManagerService$3;->onVolumePathChanged(Ljava/lang/String;Ljava/lang/Str…2628 HPLcom/android/server/StorageManagerService$3;->onVolumeStateChanged(Ljava/lang/String;II)V[all …]
123 HSPLcom/android/server/StorageManagerService$StorageManagerInternalImpl;->getExternalStorageMountMo…124 HSPLcom/android/server/StorageManagerService$StorageManagerInternalImpl;->isExternalStorageService(…125 HSPLcom/android/server/StorageManagerService$WatchedUnlockedUsers;->contains(I)Z126 …StorageManagerService;->getMountModeInternal(ILjava/lang/String;)I+]Landroid/content/pm/Applicatio…127 …StorageManagerService;->getVolumeList(ILjava/lang/String;I)[Landroid/os/storage/StorageVolume;+]La…128 HSPLcom/android/server/StorageManagerService;->getVolumes(I)[Landroid/os/storage/VolumeInfo;+]Landr…129 …StorageManagerService;->isCeStorageUnlocked(I)Z+]Lcom/android/server/StorageManagerService$Watched…130 HSPLcom/android/server/StorageManagerService;->isUidOwnerOfPackageOrSystem(Ljava/lang/String;I)Z+]L…131 HPLcom/android/server/StorageManagerService;->monitor()V+]Landroid/os/IVold;Landroid/os/IVold$Stub$…132 HSPLcom/android/server/StorageManagerService;->updateLegacyStorageApps(Ljava/lang/String;IZ)V+]Ljav…[all …]
600 Lcom/android/server/StorageManagerService;->isUserKeyUnlocked(I)Z
415 // Whether or not alert sounds are played on StorageManagerService events.
1786 mSystemServiceManager.startService(StorageManagerService.Lifecycle.class); in startOtherServices()