/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/ |
D | StorageTest.java | 204 final StorageManager sm = getContext().getSystemService(StorageManager.class); in testVerifySpaceApi() local 254 final StorageManager sm = getContext().getSystemService(StorageManager.class); in testVerifyQuotaApi() local 262 final StorageManager sm = getContext().getSystemService(StorageManager.class); in testVerifyAllocateApi() local 289 final StorageManager sm = getContext().getSystemService(StorageManager.class); in testBehaviorNormal() local 303 final StorageManager sm = getContext().getSystemService(StorageManager.class); in testBehaviorGroup() local 317 final StorageManager sm = getContext().getSystemService(StorageManager.class); in testBehaviorTombstone() local
|
D | UtilsReceiver.java | 54 final StorageManager sm = context.getSystemService(StorageManager.class); in doAllocation() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0330/ |
D | poc.cpp | 32 sp<IServiceManager> sm = defaultServiceManager(); in trigger_onUserStarted() local 61 sp<IServiceManager> sm = defaultServiceManager(); in main() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | VoldExploitTest.java | 29 final StorageManager sm = (StorageManager) getContext().getSystemService( in testTryCommandInjection() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0439/ |
D | poc.cpp | 23 sp<IServiceManager> sm = defaultServiceManager(); in main() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0318/ |
D | poc.cpp | 29 sp<IServiceManager> sm = defaultServiceManager(); in poc() local 91 sp<IServiceManager> sm = defaultServiceManager(); in get_sensor_list() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0420/ |
D | poc.cpp | 25 sp<IServiceManager> sm = defaultServiceManager(); in main() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2025/ |
D | poc.cpp | 62 sp<IServiceManager> sm = defaultServiceManager(); in bcfree_helper() local 83 sp<IServiceManager> sm = defaultServiceManager(); in bcfree() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0226/ |
D | poc.cpp | 26 sp < IServiceManager > sm = defaultServiceManager(); in main() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2419/ |
D | poc.cpp | 43 sp<IServiceManager> sm = defaultServiceManager(); in doInforLeakTest() local
|
/cts/apps/NotificationBot/src/com/android/cts/robot/ |
D | NotificationBot.java | 108 final ShortcutManager sm = context.getSystemService(ShortcutManager.class); in testShortcutResetSetupNotification() local 168 final ShortcutManager sm = context.getSystemService(ShortcutManager.class); in testShortcutResetInlineReplyReceived() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2460/ |
D | poc.cpp | 34 sp<IServiceManager> sm = defaultServiceManager(); in main() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | OrientationEventListenerTest.java | 65 SensorManager sm = (SensorManager)mContext.getSystemService(Context.SENSOR_SERVICE); in testCanDetectOrientation() local
|
/cts/tests/mediaprovider/src/android/provider/cts/media/ |
D | MediaStoreTest.java | 172 final StorageManager sm = mContext.getSystemService(StorageManager.class); in testGetStorageVolume() local 185 final StorageManager sm = mContext.getSystemService(StorageManager.class); in testGetStorageVolume_Unrelated() local
|
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/os/ |
D | SharedMemoryHelperTest.java | 44 SharedMemory sm = SharedMemory.create(/* name */ null, memSize); in testCreateParcelFileDescriptor() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0243/ |
D | poc.cpp | 48 sp<IServiceManager> sm = defaultServiceManager(); in main() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2412/ |
D | poc.cpp | 90 sp<IServiceManager> sm = defaultServiceManager(); in main() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | SearchUtil.java | 105 SearchManager sm = (SearchManager) context.getSystemService(Context.SEARCH_SERVICE); in getSearchableInfos() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9424/ |
D | poc.cpp | 50 sp<IServiceManager> sm = defaultServiceManager(); in make_crypto() local
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsUtils.java | 92 SubscriptionManager sm = (SubscriptionManager) context.getSystemService( in getPreferredActiveSubId() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13232/ |
D | poc.cpp | 75 sp<IServiceManager> sm = defaultServiceManager(); in getOutputForAttr() local
|
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 367 final StorageManager sm = context.getSystemService(StorageManager.class); in testCacheClearing() local 444 final StorageManager sm = context.getSystemService(StorageManager.class); in testCacheBehavior() local
|
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/ |
D | ServiceStateTest.java | 433 SubscriptionManager sm = getInstrumentation().getContext().getSystemService( in isSubscriptionActive() local
|
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/ |
D | TvInteractiveAppServiceTest.java | 1227 SharedMemory sm = SharedMemory.create("test", 5); in testNotifyAdBufferReady() local 1248 assertSharedMemoryDataEquals(mInputSession.mAdBuffer.getSharedMemory(), sm); in testNotifyAdBufferReady() local 2084 SharedMemory sm = SharedMemory.create("test", 5); in testTableResponseWithSharedMemory() local 2240 private static byte[] getSharedMemoryData(SharedMemory sm) throws Exception { in getSharedMemoryData()
|
/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/ |
D | TranscodeTestUtils.java | 444 public static boolean isAppIoBlocked(StorageManager sm, UUID uuid) { in isAppIoBlocked()
|