/frameworks/base/services/core/java/com/android/server/ |
D | MasterClearReceiver.java | 99 Context.STORAGE_SERVICE); in doInBackground()
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
D | SharedStorageAgent.java | 25 StorageManager mgr = (StorageManager) getSystemService(Context.STORAGE_SERVICE); in onCreate()
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/articles/ |
D | scoped-directory-access.jd | 51 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
|
/frameworks/base/docs/html-intl/intl/ru/training/articles/ |
D | scoped-directory-access.jd | 51 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
D | AsecTests.java | 565 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in unmountMedia() 625 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in testUnmountMultiple()
|
D | StorageManagerBaseTest.java | 217 mSm = (StorageManager)mContext.getSystemService(android.content.Context.STORAGE_SERVICE); in setUp()
|
/frameworks/base/docs/html-intl/intl/ja/training/articles/ |
D | scoped-directory-access.jd | 65 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
|
/frameworks/base/docs/html-intl/intl/ko/training/articles/ |
D | scoped-directory-access.jd | 65 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/articles/ |
D | scoped-directory-access.jd | 69 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | MountServiceTests.java | 125 return (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in getStorageManager()
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 2657 STORAGE_SERVICE, 3050 public static final String STORAGE_SERVICE = "storage"; field in Context
|
/frameworks/base/docs/html-intl/intl/in/training/articles/ |
D | scoped-directory-access.jd | 65 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
|
/frameworks/base/docs/html-intl/intl/id/training/articles/ |
D | scoped-directory-access.jd | 65 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
|
/frameworks/base/docs/html/training/articles/ |
D | scoped-directory-access.jd | 72 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
|
/frameworks/base/core/java/android/app/backup/ |
D | FullBackup.java | 317 mStorageManager = (StorageManager) context.getSystemService(Context.STORAGE_SERVICE); in BackupScheme()
|
/frameworks/base/docs/html-intl/intl/pt-br/training/articles/ |
D | scoped-directory-access.jd | 65 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
|
/frameworks/base/docs/html-intl/intl/es/training/articles/ |
D | scoped-directory-access.jd | 65 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | OpenExternalDirectoryActivity.java | 180 (StorageManager) activity.getSystemService(Context.STORAGE_SERVICE); in showFragment()
|
/frameworks/base/docs/html-intl/intl/vi/training/articles/ |
D | scoped-directory-access.jd | 51 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | ExternalStorageProvider.java | 114 mStorageManager = (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in onCreate()
|
/frameworks/base/core/java/android/app/ |
D | SystemServiceRegistry.java | 425 registerService(Context.STORAGE_SERVICE, StorageManager.class, in registerService() argument
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 1183 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in mountMedia() 1222 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in unmountMedia()
|
/frameworks/base/docs/html/google/play/ |
D | expansion-files.jd | 1276 storage = (StorageManager) getSystemService( STORAGE_SERVICE );
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 4763 Context.STORAGE_SERVICE); in wipeDataNoLock()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7273 field public static final java.lang.String STORAGE_SERVICE = "storage";
|