Home
last modified time | relevance | path

Searched refs:STORAGE_SERVICE (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/
DMasterClearReceiver.java99 Context.STORAGE_SERVICE); in doInBackground()
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
DSharedStorageAgent.java25 StorageManager mgr = (StorageManager) getSystemService(Context.STORAGE_SERVICE); in onCreate()
/frameworks/base/docs/html-intl/intl/zh-tw/training/articles/
Dscoped-directory-access.jd51 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
/frameworks/base/docs/html-intl/intl/ru/training/articles/
Dscoped-directory-access.jd51 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
/frameworks/base/core/tests/coretests/src/android/os/storage/
DAsecTests.java565 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in unmountMedia()
625 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in testUnmountMultiple()
DStorageManagerBaseTest.java217 mSm = (StorageManager)mContext.getSystemService(android.content.Context.STORAGE_SERVICE); in setUp()
/frameworks/base/docs/html-intl/intl/ja/training/articles/
Dscoped-directory-access.jd65 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
/frameworks/base/docs/html-intl/intl/ko/training/articles/
Dscoped-directory-access.jd65 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
/frameworks/base/docs/html-intl/intl/zh-cn/training/articles/
Dscoped-directory-access.jd69 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java125 return (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in getStorageManager()
/frameworks/base/core/java/android/content/
DContext.java2657 STORAGE_SERVICE,
3050 public static final String STORAGE_SERVICE = "storage"; field in Context
/frameworks/base/docs/html-intl/intl/in/training/articles/
Dscoped-directory-access.jd65 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
/frameworks/base/docs/html-intl/intl/id/training/articles/
Dscoped-directory-access.jd65 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
/frameworks/base/docs/html/training/articles/
Dscoped-directory-access.jd72 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
/frameworks/base/core/java/android/app/backup/
DFullBackup.java317 mStorageManager = (StorageManager) context.getSystemService(Context.STORAGE_SERVICE); in BackupScheme()
/frameworks/base/docs/html-intl/intl/pt-br/training/articles/
Dscoped-directory-access.jd65 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
/frameworks/base/docs/html-intl/intl/es/training/articles/
Dscoped-directory-access.jd65 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DOpenExternalDirectoryActivity.java180 (StorageManager) activity.getSystemService(Context.STORAGE_SERVICE); in showFragment()
/frameworks/base/docs/html-intl/intl/vi/training/articles/
Dscoped-directory-access.jd51 StorageManager sm = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java114 mStorageManager = (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in onCreate()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java425 registerService(Context.STORAGE_SERVICE, StorageManager.class, in registerService() argument
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java1183 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/
Dexpansion-files.jd1276 storage = (StorageManager) getSystemService( STORAGE_SERVICE );
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4763 Context.STORAGE_SERVICE); in wipeDataNoLock()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7273 field public static final java.lang.String STORAGE_SERVICE = "storage";

12