Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/livedata/
DBluetoothStateLiveDataTest.java52 private static final String INTENT_ACTION = BluetoothAdapter.ACTION_STATE_CHANGED; field in BluetoothStateLiveDataTest
80 mReceiverVerifier.verifyReceiverRegistered(INTENT_ACTION); in testOnActive()
100 mReceiverVerifier.getBroadcastReceiverFor(INTENT_ACTION) in testOnBluetoothAdapterStateChange()
115 mReceiverVerifier.verifyReceiverUnregistered(INTENT_ACTION, preNumber); in testOnInactiveUnregister()
DAudioRouteLiveDataTest.java53 private static final String INTENT_ACTION = BluetoothHeadsetClient.ACTION_AUDIO_STATE_CHANGED; field in AudioRouteLiveDataTest
89 mReceiverVerifier.verifyReceiverRegistered(INTENT_ACTION); in testOnActive()
104 mReceiverVerifier.getBroadcastReceiverFor(INTENT_ACTION) in testOnBluetoothHfpStateChange()
117 mReceiverVerifier.verifyReceiverUnregistered(INTENT_ACTION, preNumber); in testOnInactiveUnregister()
DBluetoothHfpStateLiveDataTest.java56 private static final String INTENT_ACTION = field in BluetoothHfpStateLiveDataTest
85 mReceiverVerifier.verifyReceiverRegistered(INTENT_ACTION); in testOnActive()
112 mReceiverVerifier.getBroadcastReceiverFor(INTENT_ACTION) in testOnBluetoothHfpStateChange()
129 mReceiverVerifier.verifyReceiverUnregistered(INTENT_ACTION, preNumber); in testOnInactiveUnregister()
DBluetoothPairListLiveDataTest.java57 private static final String INTENT_ACTION = BluetoothDevice.ACTION_BOND_STATE_CHANGED; field in BluetoothPairListLiveDataTest
89 mReceiverVerifier.verifyReceiverRegistered(INTENT_ACTION); in testOnActive()
116 mReceiverVerifier.getBroadcastReceiverFor(INTENT_ACTION) in testOnBluetoothConnected()
/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/Settings/tests/robotests/src/com/android/settings/search/
DFakeSettingsFragment.java44 public static final String INTENT_ACTION = "raw action"; field in FakeSettingsFragment
86 data.intentAction = INTENT_ACTION;
DSettingsSearchIndexablesProviderTest.java76 assertThat(cursor.getString(9)).isEqualTo(FakeSettingsFragment.INTENT_ACTION); in testRawColumnFetched()
/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,