/aosp12/frameworks/rs/perf-test-scripts/ |
H A D | timing | 199 testId=${TESTS[$num]} 202 printf "Running ${TEST_NAMES[$testId]} ($(($num + 1))/${#TESTS[@]})" 208 if fileexists /sdcard/rsTimes/${TEST_NAMES[$testId]}_DATA.txt; then 209 adb shell cat /sdcard/rsTimes/${TEST_NAMES[$testId]}_DATA.txt > timing.tmp 212 … echo "File ${TEST_NAMES[$testId]} not saved. Is ImageProcessing_jb able to run on this device?" 224 echo "set title \"${TEST_NAMES[$testId]} \(avg=$AVG ms, stdcoef=$STDCOEF%\)\"" >> plot.tmp 265 testId=${TESTS[$num]} 268 if fileexists /sdcard/rsTimes/${TEST_NAMES[$testId]}_DATA.txt; then 269 adb shell cat /sdcard/rsTimes/${TEST_NAMES[$testId]}_DATA.txt > timing.tmp 271 … echo "File ${TEST_NAMES[$testId]} not saved. Is ImageProcessing_jb able to run on this device?" [all …]
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | SmartActionsReceiverTest.java | 65 String testId = "testID"; in testSmartActionIntent() local 67 mIntent.putExtra(EXTRA_ID, testId); in testSmartActionIntent() 77 mContext, testId, testActionType, true, intent); in testSmartActionIntent()
|
H A D | ActionProxyReceiverTest.java | 126 String testId = "testID"; in testSmartActionsNotifiedIfEnabled() local 127 mIntent.putExtra(EXTRA_ID, testId); in testSmartActionsNotifiedIfEnabled() 132 mContext, testId, ACTION_TYPE_SHARE, false, null); in testSmartActionsNotifiedIfEnabled()
|
H A D | DeleteScreenshotReceiverTest.java | 124 String testId = "testID"; in testNotifyScreenshotAction() local 126 intent.putExtra(EXTRA_ID, testId); in testNotifyScreenshotAction() 132 verify(mMockScreenshotSmartActions).notifyScreenshotAction(mContext, testId, in testNotifyScreenshotAction()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/ |
H A D | ZenModeAutomaticRulesPreferenceControllerTest.java | 136 String testId = "test1_id"; in testUpdateState_updateEnableState() local 139 rMap.put(testId, rule); in testUpdateState_updateEnableState() 146 rMap.put(testId, rule); in testUpdateState_updateEnableState() 148 … FieldSetter.setField(mZenRulePreference, ZenRulePreference.class.getDeclaredField("mId"), testId); in testUpdateState_updateEnableState()
|
/aosp12/packages/apps/TimeZoneData/testing/xts/src/com/android/timezone/xts/ |
H A D | TimeZoneUpdateHostTest.java | 93 private String getTimeZoneDataApkName(String testId) { in getTimeZoneDataApkName() argument 95 return mOemDataAppApkPrefix + "_" + testId + ".apk"; in getTimeZoneDataApkName() 413 private File getTimeZoneDataApkFile(String testId) throws Exception { in getTimeZoneDataApkFile() argument 415 String fileName = getTimeZoneDataApkName(testId); in getTimeZoneDataApkFile()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | UserManagerServiceUserInfoTest.java | 164 final int testId = 100; in testIsUserOfType() local 166 UserInfo userInfo = createUser(testId, 0, typeName); in testIsUserOfType() 168 assertTrue(mUserManagerService.isUserOfType(testId, typeName)); in testIsUserOfType()
|
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/ |
H A D | AbstractCopyJobTest.java | 166 String testId = DocumentsContract.getDocumentId(testFile); in runCopyFileWithReadErrorsTest() local 167 mDocs.simulateReadErrorsForFile(testId, null); in runCopyFileWithReadErrorsTest()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/ |
H A D | AppSearchLoggerTest.java | 739 final String testId = "id"; in testLoggingStats_remove_success() local 753 new GenericDocument.Builder<>(testNamespace, testId, "type").build(); in testLoggingStats_remove_success() 757 mAppSearchImpl.remove(testPackageName, testDatabase, testNamespace, testId, rStatsBuilder); in testLoggingStats_remove_success() 774 final String testId = "id"; in testLoggingStats_remove_failure() local 789 new GenericDocument.Builder<>(testNamespace, testId, "type").build(); in testLoggingStats_remove_failure()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | BiometricServiceTest.java | 1343 final int testId = 0; in testWithDowngradedAuthenticator() local 1350 mBiometricService.mImpl.registerAuthenticator(testId /* id */, in testWithDowngradedAuthenticator() 1356 if (sensor.id == testId) { in testWithDowngradedAuthenticator() 1385 AdditionalMatchers.aryEq(new int[] {testId}), in testWithDowngradedAuthenticator() 1419 if (sensor.id == testId) { in testWithDowngradedAuthenticator() 1434 AdditionalMatchers.aryEq(new int[] {testId}) /* sensorIds */, in testWithDowngradedAuthenticator()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/people/ |
H A D | PeopleSpaceTileTest.java | 78 public void testId() { in testId() method in PeopleSpaceTileTest
|