HomeSort by relevance Sort by last modified time
    Searched refs:TEST_ACTION (Results 1 - 8 of 8) sorted by null

  /cts/hostsidetests/backup/SharedPreferencesRestoreApp/src/android/cts/backup/sharedprefrestoreapp/
SharedPrefsRestoreTestActivity.java 36 static final String TEST_ACTION = "android.backup.cts.backuprestore.TEST";
79 } else if (TEST_ACTION.equals(action)) {
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 54 private static final String TEST_ACTION = "android.content.IntentTest_test";
86 intent.setAction(TEST_ACTION);
90 assertEquals(TEST_ACTION, mIntent.getAction());
92 mIntent = new Intent(TEST_ACTION);
94 assertEquals(TEST_ACTION, mIntent.getAction());
96 mIntent = new Intent(TEST_ACTION, TEST_URI);
98 assertEquals(TEST_ACTION, mIntent.getAction());
105 mIntent = new Intent(TEST_ACTION, TEST_URI, mContext, MockActivity.class);
107 assertEquals(TEST_ACTION, mIntent.getAction());
127 mIntent.setAction(TEST_ACTION);
    [all...]
  /cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
KeyValueBackupRestoreTest.java 107 private static final String TEST_ACTION = "android.backup.cts.backuprestore.TEST";
210 mContext.startActivity(mSharedPrefActivityIntent.setAction(TEST_ACTION));
  /cts/tests/apppredictionservice/src/android/apppredictionservice/cts/
AppPredictionServiceTest.java 67 private static final int TEST_ACTION = 2;
162 AppTargetEvent event = new AppTargetEvent.Builder(target, TEST_ACTION)
  /cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
EncryptionAppTest.java 62 private static final String TEST_ACTION = "com.android.cts.encryptionapp.TEST";
306 final Intent intent = new Intent(TEST_ACTION);
  /cts/tests/tests/media/src/android/media/cts/
MediaSessionTest.java 68 private static final long TEST_ACTION = 55L;
177 PlaybackState state = new PlaybackState.Builder().setActions(TEST_ACTION).build();
186 assertEquals(TEST_ACTION, stateOut.getActions());
190 assertEquals(TEST_ACTION, stateOut.getActions());
    [all...]
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
AutoRunFragment.java 38 static final String TEST_ACTION = "org.chromium.latency.walt.START_TEST";
MainActivity.java 134 if (intent != null && AutoRunFragment.TEST_ACTION.equals(intent.getAction())) {

Completed in 423 milliseconds