/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/tts/ |
H A D | PreferredEngineEntryPreferenceControllerTest.java | 53 private static final String INTENT_ACTION = "test_action"; field in PreferredEngineEntryPreferenceControllerTest 84 Intent intent = new Intent(INTENT_ACTION); in setUp() 102 assertThat(intent.getAction()).isEqualTo(INTENT_ACTION); in performButtonClick_navigateToNextActivity()
|
/aosp12/frameworks/base/core/tests/PackageInstallerSessions/src/android/content/pm/ |
H A D | PackageSessionTests.kt | 65 private const val INTENT_ACTION = "com.android.server.pm.test.test_app.action" 81 Intent(INTENT_ACTION), 92 context.registerReceiver(receiver, IntentFilter(INTENT_ACTION))
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/search/ |
H A D | FakeSettingsFragment.java | 45 public static final String INTENT_ACTION = "raw action"; field in FakeSettingsFragment 87 data.intentAction = INTENT_ACTION;
|
H A D | SettingsSearchIndexablesProviderTest.java | 110 assertThat(cursor.getString(9)).isEqualTo(FakeSettingsFragment.INTENT_ACTION); in testRawColumnFetched()
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/search/ |
H A D | FakeSettingsFragment.java | 44 public static final String INTENT_ACTION = "raw action"; field in FakeSettingsFragment 86 data.intentAction = INTENT_ACTION;
|
/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/ |
H A D | AdbBroadcastReceiver.java | 37 private static final String INTENT_ACTION = "com.android.car.dialer.intent.action.adb"; field in AdbBroadcastReceiver 64 filter.addAction(INTENT_ACTION); in registerReceiver()
|
/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/bluetooth/ |
H A D | BluetoothStateLiveDataTest.java | 49 private static final String INTENT_ACTION = BluetoothAdapter.ACTION_STATE_CHANGED; field in BluetoothStateLiveDataTest 100 intent.setAction(INTENT_ACTION); in testOnBluetoothAdapterStateChange()
|
H A D | BluetoothPairListLiveDataTest.java | 54 private static final String INTENT_ACTION = BluetoothDevice.ACTION_BOND_STATE_CHANGED; field in BluetoothPairListLiveDataTest 109 intent.setAction(INTENT_ACTION); in testOnBluetoothConnected()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
H A D | AccessibilityManagerTest.java | 64 private static final String INTENT_ACTION = "TESTACTION"; field in AccessibilityManagerTest 67 InstrumentationRegistry.getTargetContext(), 0, new Intent(INTENT_ACTION),
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AccessibilityManagerServiceTest.java | 69 private static final String INTENT_ACTION = "TESTACTION"; field in AccessibilityManagerServiceTest 72 …InstrumentationRegistry.getTargetContext(), 0, new Intent(INTENT_ACTION), PendingIntent.FLAG_MUTAB…
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/ |
H A D | IndexDatabaseHelper.java | 67 String INTENT_ACTION = "intent_action"; field 123 IndexColumns.INTENT_ACTION +
|
H A D | DatabaseIndexingManager.java | 32 …c com.android.settings.intelligence.search.indexing.IndexDatabaseHelper.IndexColumns.INTENT_ACTION; 227 values.put(INTENT_ACTION, dataRow.intentAction); in insertIndexData()
|
/aosp12/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
H A D | SoundTriggerTestService.java | 51 private static final String INTENT_ACTION = "com.android.intent.action.MANAGE_SOUND_TRIGGER"; field in SoundTriggerTestService 89 filter.addAction(INTENT_ACTION); in onCreate() 110 if (intent != null && INTENT_ACTION.equals(intent.getAction())) { 113 Log.e(TAG, "No 'command' specified in " + INTENT_ACTION);
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/ |
H A D | DatabaseResultTask.java | 64 IndexColumns.INTENT_ACTION,
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastRecord.java | 441 proto.write(BroadcastRecordProto.INTENT_ACTION, intent.getAction()); in dumpDebug()
|