Searched refs:TEST_ACTION (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/content/src/android/content/cts/ |
D | IntentTest.java | 54 private static final String TEST_ACTION = "android.content.IntentTest_test"; field in IntentTest 86 intent.setAction(TEST_ACTION); in testConstructor() 90 assertEquals(TEST_ACTION, mIntent.getAction()); in testConstructor() 92 mIntent = new Intent(TEST_ACTION); in testConstructor() 94 assertEquals(TEST_ACTION, mIntent.getAction()); in testConstructor() 96 mIntent = new Intent(TEST_ACTION, TEST_URI); in testConstructor() 98 assertEquals(TEST_ACTION, mIntent.getAction()); in testConstructor() 105 mIntent = new Intent(TEST_ACTION, TEST_URI, mContext, MockActivity.class); in testConstructor() 107 assertEquals(TEST_ACTION, mIntent.getAction()); in testConstructor() 127 mIntent.setAction(TEST_ACTION); in testReadFromParcel() [all …]
|
/cts/hostsidetests/backup/SharedPreferencesRestoreApp/src/android/cts/backup/sharedprefrestoreapp/ |
D | SharedPrefsRestoreTestActivity.java | 36 static final String TEST_ACTION = "android.backup.cts.backuprestore.TEST"; field in SharedPrefsRestoreTestActivity 79 } else if (TEST_ACTION.equals(action)) { in processLaunchCommand()
|
/cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/ |
D | KeyValueBackupRestoreTest.java | 107 private static final String TEST_ACTION = "android.backup.cts.backuprestore.TEST"; field in KeyValueBackupRestoreTest 210 mContext.startActivity(mSharedPrefActivityIntent.setAction(TEST_ACTION)); in checkSharedPrefActivity()
|
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/ |
D | AppPredictionServiceTest.java | 69 private static final int TEST_ACTION = 2; field in AppPredictionServiceTest 168 AppTargetEvent event = new AppTargetEvent.Builder(target, TEST_ACTION) in testAppTargetEvent()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaSessionTest.java | 69 private static final long TEST_ACTION = 55L; field in MediaSessionTest 178 PlaybackState state = new PlaybackState.Builder().setActions(TEST_ACTION).build(); in testConfigureSession() 187 assertEquals(TEST_ACTION, stateOut.getActions()); in testConfigureSession() 191 assertEquals(TEST_ACTION, stateOut.getActions()); in testConfigureSession()
|
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/ |
D | EncryptionAppTest.java | 62 private static final String TEST_ACTION = "com.android.cts.encryptionapp.TEST"; field in EncryptionAppTest 306 final Intent intent = new Intent(TEST_ACTION); in assertQuery()
|