Home
last modified time | relevance | path

Searched refs:INTENT_ACTION (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/tts/
DPreferredEngineEntryPreferenceControllerTest.java50 private static final String INTENT_ACTION = "test_action"; field in PreferredEngineEntryPreferenceControllerTest
72 Intent intent = new Intent(INTENT_ACTION); in setUp()
91 assertThat(actual.getAction()).isEqualTo(INTENT_ACTION); in performButtonClick_navigateToNextActivity()
/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/
DAdbBroadcastReceiver.java37 private static final String INTENT_ACTION = "com.android.car.dialer.intent.action.adb"; field in AdbBroadcastReceiver
64 filter.addAction(INTENT_ACTION); in registerReceiver()
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DFakeSettingsFragment.java45 public static final String INTENT_ACTION = "raw action"; field in FakeSettingsFragment
87 data.intentAction = INTENT_ACTION;
DSettingsSearchIndexablesProviderTest.java110 assertThat(cursor.getString(9)).isEqualTo(FakeSettingsFragment.INTENT_ACTION); in testRawColumnFetched()
/packages/apps/Settings/tests/unit/src/com/android/settings/search/
DFakeSettingsFragment.java44 public static final String INTENT_ACTION = "raw action"; field in FakeSettingsFragment
86 data.intentAction = INTENT_ACTION;
/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/bluetooth/
DBluetoothStateLiveDataTest.java49 private static final String INTENT_ACTION = BluetoothAdapter.ACTION_STATE_CHANGED; field in BluetoothStateLiveDataTest
100 intent.setAction(INTENT_ACTION); in testOnBluetoothAdapterStateChange()
DBluetoothPairListLiveDataTest.java54 private static final String INTENT_ACTION = BluetoothDevice.ACTION_BOND_STATE_CHANGED; field in BluetoothPairListLiveDataTest
109 intent.setAction(INTENT_ACTION); in testOnBluetoothConnected()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DIndexDatabaseHelper.java67 String INTENT_ACTION = "intent_action"; field
123 IndexColumns.INTENT_ACTION +
DDatabaseIndexingManager.java32 …c com.android.settings.intelligence.search.indexing.IndexDatabaseHelper.IndexColumns.INTENT_ACTION;
227 values.put(INTENT_ACTION, dataRow.intentAction); in insertIndexData()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
DDatabaseResultTask.java64 IndexColumns.INTENT_ACTION,