Home
last modified time | relevance | path

Searched refs:TEST_ACTION (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/backup/SharedPreferencesRestoreApp/src/android/cts/backup/sharedprefrestoreapp/
DSharedPrefsRestoreTestActivity.java36 static final String TEST_ACTION = "android.backup.cts.backuprestore.TEST"; field in SharedPrefsRestoreTestActivity
79 } else if (TEST_ACTION.equals(action)) { in processLaunchCommand()
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java53 private static final String TEST_ACTION = "android.content.IntentTest_test"; field in IntentTest
83 intent.setAction(TEST_ACTION); in testConstructor()
87 assertEquals(TEST_ACTION, mIntent.getAction()); in testConstructor()
89 mIntent = new Intent(TEST_ACTION); in testConstructor()
91 assertEquals(TEST_ACTION, mIntent.getAction()); in testConstructor()
93 mIntent = new Intent(TEST_ACTION, TEST_URI); in testConstructor()
95 assertEquals(TEST_ACTION, mIntent.getAction()); in testConstructor()
102 mIntent = new Intent(TEST_ACTION, TEST_URI, mContext, MockActivity.class); in testConstructor()
104 assertEquals(TEST_ACTION, mIntent.getAction()); in testConstructor()
124 mIntent.setAction(TEST_ACTION); in testReadFromParcel()
[all …]
/cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
DKeyValueBackupRestoreTest.java103 private static final String TEST_ACTION = "android.backup.cts.backuprestore.TEST"; field in KeyValueBackupRestoreTest
206 mContext.startActivity(mSharedPrefActivityIntent.setAction(TEST_ACTION)); in checkSharedPrefActivity()
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java52 private static final String TEST_ACTION = "com.android.cts.encryptionapp.TEST"; field in EncryptionAppTest
266 final Intent intent = new Intent(TEST_ACTION); in assertQuery()
/cts/tests/tests/media/src/android/media/cts/
DMediaSessionTest.java65 private static final long TEST_ACTION = 55L; field in MediaSessionTest
174 PlaybackState state = new PlaybackState.Builder().setActions(TEST_ACTION).build(); in testConfigureSession()
183 assertEquals(TEST_ACTION, stateOut.getActions()); in testConfigureSession()
187 assertEquals(TEST_ACTION, stateOut.getActions()); in testConfigureSession()