/tools/tradefederation/core/util_apps/ContentProvider/hostsidetests/src/com/android/tradefed/contentprovider/ |
D | ContentProviderTest.java | 41 private ContentProviderHandler mHandler; field in ContentProviderTest 47 mHandler = new ContentProviderHandler(getDevice()); in setUp() 50 assertTrue(mHandler.setUp()); in setUp() 59 if (mHandler != null) { in tearDown() 60 mHandler.tearDown(); in tearDown() 70 boolean res = mHandler.pushFile(tmpFile, "/sdcard/" + tmpFile.getName()); in testPushFile_encode() 87 boolean res = mHandler.pushFile(tmpFile, "/sdcard/" + tmpFile.getName()); in testPushFile_encode_plus() 101 boolean res = mHandler.pushFile(tmpFile, devicePath); in testPushFile() 116 boolean res = mHandler.pushFile(tmpFile, devicePath); in testDeleteFile() 120 assertTrue(mHandler.deleteFile(devicePath)); in testDeleteFile() [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/internal/ |
D | DeviceSnapshotHandlerTest.java | 47 private DeviceSnapshotHandler mHandler; field in DeviceSnapshotHandlerTest 56 mHandler = new DeviceSnapshotHandler(mMockClient, mContext); in setUp() 64 mHandler.snapshotDevice(mMockDevice, "random_id"); in testSnapshot() 74 mHandler.snapshotDevice(mMockDevice, "random_id"); in testSnapshot_error() 91 mHandler.snapshotDevice(mMockDevice, "random_id"); in testSnapshot_dnae() 107 mHandler.snapshotDevice(mMockDevice, "random_id"); in testSnapshot_runtime() 123 mHandler.snapshotDevice(mMockDevice, "random_id"); in testSnapshot_parseDuration() 124 mHandler.snapshotDevice(mMockDevice, "random_id2"); in testSnapshot_parseDuration() 139 mHandler.restoreSnapshotDevice(mMockDevice, "random_id"); in testRestoreSnapshot() 149 mHandler.restoreSnapshotDevice(mMockDevice, "random_id"); in testRestoreSnapshot_error() [all …]
|
D | DeviceResetHandlerTest.java | 50 private DeviceResetHandler mHandler; field in DeviceResetHandlerTest 59 mHandler = new DeviceResetHandler(mMockClient, mContext); in setUp() 67 assertTrue(mHandler.resetDevice(mMockDevice)); in testReset() 76 assertFalse(mHandler.resetDevice(mMockDevice)); in testReset_error() 87 mHandler.resetDevice(mMockDevice); in testReset_dnae() 102 mHandler.resetDevice(mMockDevice); in testReset_runtime() 118 assertTrue(mHandler.resetDevice(mMockDevice)); in testReset_parseDuration() 119 assertTrue(mHandler.resetDevice(mMockDevice)); in testReset_parseDuration()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/ |
D | MainlineModuleHandlerTest.java | 46 private MainlineModuleHandler mHandler; field in MainlineModuleHandlerTest 70 mHandler = new MainlineModuleHandler("mod1.apk", mAbi, mContext, false); in testApplySetup() 71 mHandler.applySetup(mConfig); in testApplySetup() 85 mHandler = new MainlineModuleHandler("mod1.apk+mod2.apex", mAbi, mContext, false); in testApplySetup_MultipleMainlineModules() 86 mHandler.applySetup(mConfig); in testApplySetup_MultipleMainlineModules() 105 mHandler = new MainlineModuleHandler("mod1.apk+mod2.apex", mAbi, mContext, false); in testBuildDynamicBaseLink_BranchIsNotSet() 125 mHandler = new MainlineModuleHandler("mod1.apk+mod2.apex", null, mAbi, mContext); in testApplySetup_CompleteMainlineModulePath_inCI() 126 mHandler.applySetup(mConfig); in testApplySetup_CompleteMainlineModulePath_inCI() 146 mHandler = in testApplySetup_CompleteMainLineModulePath_inLocal() 149 mHandler.applySetup(mConfig); in testApplySetup_CompleteMainLineModulePath_inLocal()
|
D | SecondaryUserOnSecondaryDisplayHandlerTest.java | 36 private SecondaryUserOnDefaultDisplayHandler mHandler; field in SecondaryUserOnSecondaryDisplayHandlerTest 41 mHandler = new SecondaryUserOnDefaultDisplayHandler(); in setUp() 51 mHandler.applySetup(mModuleConfig); in testApplySetup() 61 assertThat(mHandler.getParameterIdentifier()) in testGetParameterIdentifier() 71 mHandler.addParameterSpecificConfig(mModuleConfig); in testAddParameterSpecificConfig()
|
D | SecondaryUserOnDefaultDisplayHandlerTest.java | 36 private SecondaryUserOnSecondaryDisplayHandler mHandler; field in SecondaryUserOnDefaultDisplayHandlerTest 41 mHandler = new SecondaryUserOnSecondaryDisplayHandler(); in setUp() 51 mHandler.applySetup(mModuleConfig); in testApplySetup() 61 assertThat(mHandler.getParameterIdentifier()) in testGetParameterIdentifier() 71 mHandler.addParameterSpecificConfig(mModuleConfig); in testAddParameterSpecificConfig()
|
D | SecondaryUserHandlerTest.java | 35 private SecondaryUserHandler mHandler; field in SecondaryUserHandlerTest 40 mHandler = new SecondaryUserHandler(); in setUp() 50 mHandler.applySetup(mModuleConfig); in testApplySetup() 64 mHandler.addParameterSpecificConfig(mModuleConfig); in testAddParameterSpecificConfig()
|
D | RunOnSdkSandboxHandlerTest.java | 39 private RunOnSdkSandboxHandler mHandler; field in RunOnSdkSandboxHandlerTest 44 mHandler = new RunOnSdkSandboxHandler(); in setUp() 50 mHandler.addParameterSpecificConfig(mConfiguration); in testAddParameterSpecificConfig() 67 mHandler.applySetup(mConfiguration); in testApplySetup()
|
D | InstantAppHandlerTest.java | 35 private InstantAppHandler mHandler; field in InstantAppHandlerTest 40 mHandler = new InstantAppHandler(); in setUp() 53 mHandler.applySetup(mModuleConfig); in testApplySetup()
|
/tools/test/graphicsbenchmark/performance_tests/deviceside/src/com/android/game/qualification/device/ |
D | GameQualificationTest.java | 72 private Handler mHandler; field in GameQualificationTest 82 mHandler = new Handler(); in startApp() 135 mHandler.postDelayed(() -> { in startApp() 140 mHandler.getLooper().quit(); in startApp() 148 mHandler.postDelayed(() -> { mHandler.getLooper().quit(); }, in startApp() 164 mHandler.postDelayed(() -> mHandler.getLooper().quit(), mApk.getRunTime()); in registerReceiver()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/multiuser/ |
D | RunOnSecondaryUserParameterHandlerTest.java | 45 private RunOnSecondaryUserParameterHandler mHandler; field in RunOnSecondaryUserParameterHandlerTest 54 mHandler = new RunOnSecondaryUserParameterHandler(); in setUp() 64 mHandler.applySetup(mModuleConfig); in applySetup_replacesIncludeAnnotationsWithRequireRunOnSecondaryUser() 78 mHandler.applySetup(mModuleConfig); in applySetup_removesRequireRunOnSecondaryUserFromExcludeFilters() 89 mHandler.addParameterSpecificConfig(mModuleConfig); in addParameterSpecificConfig_replacesRunOnTargetPreparers()
|
D | RunOnWorkProfileParameterHandlerTest.java | 45 private RunOnWorkProfileParameterHandler mHandler; field in RunOnWorkProfileParameterHandlerTest 54 mHandler = new RunOnWorkProfileParameterHandler(); in setUp() 64 mHandler.applySetup(mModuleConfig); in applySetup_replacesIncludeAnnotationsWithRequireRunOnWorkProfile() 78 mHandler.applySetup(mModuleConfig); in applySetup_removesRequireRunOnWorkProfileFromExcludeFilters() 89 mHandler.addParameterSpecificConfig(mModuleConfig); in addParameterSpecificConfig_replacesRunOnTargetPreparers()
|
D | RunOnCloneProfileParameterHandlerTest.java | 45 private RunOnCloneProfileParameterHandler mHandler; field in RunOnCloneProfileParameterHandlerTest 54 mHandler = new RunOnCloneProfileParameterHandler(); in setUp() 64 mHandler.applySetup(mModuleConfig); in applySetup_replacesIncludeAnnotationsWithRequireRunOnCloneProfile() 78 mHandler.applySetup(mModuleConfig); in applySetup_removesRequireRunOnCloneProfileFromExcludeFilters() 89 mHandler.addParameterSpecificConfig(mModuleConfig); in addParameterSpecificConfig_replacesRunOnTargetPreparers()
|
D | RunOnPrivateProfileParameterHandlerTest.java | 45 private RunOnPrivateProfileParameterHandler mHandler; field in RunOnPrivateProfileParameterHandlerTest 54 mHandler = new RunOnPrivateProfileParameterHandler(); in setUp() 64 mHandler.applySetup(mModuleConfig); in applySetup_replacesIncludeAnnotationsWithRequireRunOnPrivateProfile() 78 mHandler.applySetup(mModuleConfig); in applySetup_removesRequireRunOnPrivateProfileFromExcludeFilters() 89 mHandler.addParameterSpecificConfig(mModuleConfig); in addParameterSpecificConfig_replacesRunOnTargetPreparers()
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 2011 7| iput-object v0, v1, android.support.v4.os.ResultReceiver.mHandler 5767 2| iget-object v0, v0, android.support.v4.os.ResultReceiver.mHandler 5773 8| iget-object v0, v0, android.support.v4.os.ResultReceiver.mHandler 21080 0| iget-object v0, v1, com.android.calendar.AllInOneActivity.mHandler 23703 82| iput-object v6, v0, com.android.calendar.AllInOneActivity.mHandler 23706 86| iget-object v6, v0, com.android.calendar.AllInOneActivity.mHandler 25034 70| iget-object v1, v3, com.android.calendar.AllInOneActivity.mHandler 25312 276| iget-object v2, v0, com.android.calendar.AllInOneActivity.mHandler 25987 3| iput-object v0, v0, com.android.calendar.AsyncQueryService.mHandler 26188 0| iput-object v1, v0, com.android.calendar.AsyncQueryService.mHandler [all …]
|