Home
last modified time | relevance | path

Searched defs:sm (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java99 final StorageManager sm = getContext().getSystemService(StorageManager.class); in testVerifySpaceApi() local
149 final StorageManager sm = getContext().getSystemService(StorageManager.class); in testVerifyQuotaApi() local
157 final StorageManager sm = getContext().getSystemService(StorageManager.class); in testVerifyAllocateApi() local
184 final StorageManager sm = getContext().getSystemService(StorageManager.class); in testBehaviorNormal() local
198 final StorageManager sm = getContext().getSystemService(StorageManager.class); in testBehaviorGroup() local
212 final StorageManager sm = getContext().getSystemService(StorageManager.class); in testBehaviorTombstone() local
DUtilsReceiver.java54 final StorageManager sm = context.getSystemService(StorageManager.class); in doAllocation() local
/cts/tests/tests/security/src/android/security/cts/
DVoldExploitTest.java31 final StorageManager sm = (StorageManager) getContext().getSystemService( in testTryCommandInjection() local
/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java108 final ShortcutManager sm = context.getSystemService(ShortcutManager.class); in testShortcutResetSetupNotification() local
168 final ShortcutManager sm = context.getSystemService(ShortcutManager.class); in testShortcutResetInlineReplyReceived() local
/cts/tests/tests/view/src/android/view/cts/
DOrientationEventListenerTest.java62 SensorManager sm = (SensorManager)mContext.getSystemService(Context.SENSOR_SERVICE); in testCanDetectOrientation() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DSearchUtil.java105 SearchManager sm = (SearchManager) context.getSystemService(Context.SEARCH_SERVICE); in getSearchableInfos() local
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DScopedDirectoryAccessClientTest.java340 final StorageManager sm = (StorageManager) in getVolumes() local
348 final StorageManager sm = (StorageManager) in getPrimaryVolume() local
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java246 final StorageManager sm = context.getSystemService(StorageManager.class); in testCacheClearing() local
321 final StorageManager sm = context.getSystemService(StorageManager.class); in testCacheBehavior() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java1176 public MaxStreamSizes(StaticMetadata sm, String cameraId, Context context) { in MaxStreamSizes()