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

  /frameworks/support/media/version-compat-tests/lib/src/main/java/android/support/mediacompat/testlib/
MediaSessionConstants.java 56 public static final long TEST_ACTION = 55L;
  /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)) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
SliceBroadcastRelayHandlerTest.java 45 private static final String TEST_ACTION = "com.android.systemui.action.TEST_ACTION";
61 IntentFilter value = new IntentFilter(TEST_ACTION);
83 IntentFilter value = new IntentFilter(TEST_ACTION);
111 IntentFilter value = new IntentFilter(TEST_ACTION);
117 relay.getValue().onReceive(relayHandler.mContext, new Intent(TEST_ACTION));
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
RemoteInputViewTest.java 53 private static final String TEST_ACTION = "com.android.REMOTE_INPUT_VIEW_ACTION";
69 mContext.registerReceiver(mReceiver, new IntentFilter(TEST_ACTION), null,
87 new Intent(TEST_ACTION), 0);
SmartReplyViewTest.java 65 private static final String TEST_ACTION = "com.android.SMART_REPLY_VIEW_ACTION";
89 mContext.registerReceiver(mReceiver, new IntentFilter(TEST_ACTION));
376 new Intent(TEST_ACTION), 0);
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 53 private static final String TEST_ACTION = "android.content.IntentTest_test";
83 intent.setAction(TEST_ACTION);
87 assertEquals(TEST_ACTION, mIntent.getAction());
89 mIntent = new Intent(TEST_ACTION);
91 assertEquals(TEST_ACTION, mIntent.getAction());
93 mIntent = new Intent(TEST_ACTION, TEST_URI);
95 assertEquals(TEST_ACTION, mIntent.getAction());
102 mIntent = new Intent(TEST_ACTION, TEST_URI, mContext, MockActivity.class);
104 assertEquals(TEST_ACTION, mIntent.getAction());
124 mIntent.setAction(TEST_ACTION);
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
EncryptionAppTest.java 52 private static final String TEST_ACTION = "com.android.cts.encryptionapp.TEST";
266 final Intent intent = new Intent(TEST_ACTION);
  /cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
KeyValueBackupRestoreTest.java 103 private static final String TEST_ACTION = "android.backup.cts.backuprestore.TEST";
206 mContext.startActivity(mSharedPrefActivityIntent.setAction(TEST_ACTION));
  /cts/tests/tests/media/src/android/media/cts/
MediaSessionTest.java 65 private static final long TEST_ACTION = 55L;
174 PlaybackState state = new PlaybackState.Builder().setActions(TEST_ACTION).build();
183 assertEquals(TEST_ACTION, stateOut.getActions());
187 assertEquals(TEST_ACTION, stateOut.getActions());
  /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())) {
  /frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/android/support/mediacompat/client/
MediaControllerCompatCallbackTest.java 35 import static android.support.mediacompat.testlib.MediaSessionConstants.TEST_ACTION;
293 .setActions(TEST_ACTION)
303 assertEquals(TEST_ACTION, stateOut.getActions());
309 assertEquals(TEST_ACTION, stateOut.getActions());
  /frameworks/support/media/version-compat-tests/previous/client/src/androidTest/java/android/support/mediacompat/client/
MediaControllerCompatCallbackTest.java 35 import static android.support.mediacompat.testlib.MediaSessionConstants.TEST_ACTION;
292 .setActions(TEST_ACTION)
302 assertEquals(TEST_ACTION, stateOut.getActions());
308 assertEquals(TEST_ACTION, stateOut.getActions());

Completed in 1046 milliseconds