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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
TimeSpentInAppPreferenceControllerTest.java 47 private static final Intent TEST_INTENT = new Intent(
79 mController.setPackageName(TEST_INTENT.getStringExtra(EXTRA_PACKAGE_NAME));
87 mPackageManager.addResolveInfoForIntent(TEST_INTENT, new ResolveInfo());
88 mController.setPackageName(TEST_INTENT.getStringExtra(EXTRA_PACKAGE_NAME));
101 mPackageManager.addResolveInfoForIntent(TEST_INTENT, info);
102 mController.setPackageName(TEST_INTENT.getStringExtra(EXTRA_PACKAGE_NAME));
109 assertThat(intent.getAction()).isEqualTo(TEST_INTENT.getAction());
111 .isEqualTo(TEST_INTENT.getStringExtra(EXTRA_PACKAGE_NAME));
AppSettingPreferenceControllerTest.java 48 private static final Intent TEST_INTENT =
116 .isEqualTo(TEST_INTENT.getComponent());
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/finalization/
DpcReceivedSuccessReceiverTest.java 51 private static final Intent TEST_INTENT = new Intent(ACTION_PROFILE_PROVISIONING_COMPLETE);
71 receiver.onReceive(mContext, TEST_INTENT);
126 receiver.onReceive(mContext, TEST_INTENT);
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
ServiceListingTest.java 39 private static final String TEST_INTENT = "com.example.intent";
49 .setIntentAction(TEST_INTENT)
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmSmsDispatcherTest.java 90 private static final String TEST_INTENT = "com.android.internal.telephony.TEST_INTENT";
210 // receive TEST_INTENT
214 realContext.registerReceiver(mTestReceiver, new IntentFilter(TEST_INTENT));
216 new Intent(TEST_INTENT), 0);
  /frameworks/support/samples/SupportSliceDemos/src/main/java/com/example/androidx/slice/demos/
SliceBrowser.java 70 private static final boolean TEST_INTENT = false;
137 if (TEST_INTENT) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsDispatchersControllerTest.java 61 private static final String TEST_INTENT = "com.android.internal.telephony.TEST_INTENT";
167 // receive TEST_INTENT

Completed in 735 milliseconds