Searched refs:INTENT_ACTION (Results 1 – 10 of 10) sorted by relevance
52 private static final String INTENT_ACTION = BluetoothAdapter.ACTION_STATE_CHANGED; field in BluetoothStateLiveDataTest80 mReceiverVerifier.verifyReceiverRegistered(INTENT_ACTION); in testOnActive()100 mReceiverVerifier.getBroadcastReceiverFor(INTENT_ACTION) in testOnBluetoothAdapterStateChange()115 mReceiverVerifier.verifyReceiverUnregistered(INTENT_ACTION, preNumber); in testOnInactiveUnregister()
53 private static final String INTENT_ACTION = BluetoothHeadsetClient.ACTION_AUDIO_STATE_CHANGED; field in AudioRouteLiveDataTest89 mReceiverVerifier.verifyReceiverRegistered(INTENT_ACTION); in testOnActive()104 mReceiverVerifier.getBroadcastReceiverFor(INTENT_ACTION) in testOnBluetoothHfpStateChange()117 mReceiverVerifier.verifyReceiverUnregistered(INTENT_ACTION, preNumber); in testOnInactiveUnregister()
56 private static final String INTENT_ACTION = field in BluetoothHfpStateLiveDataTest85 mReceiverVerifier.verifyReceiverRegistered(INTENT_ACTION); in testOnActive()112 mReceiverVerifier.getBroadcastReceiverFor(INTENT_ACTION) in testOnBluetoothHfpStateChange()129 mReceiverVerifier.verifyReceiverUnregistered(INTENT_ACTION, preNumber); in testOnInactiveUnregister()
57 private static final String INTENT_ACTION = BluetoothDevice.ACTION_BOND_STATE_CHANGED; field in BluetoothPairListLiveDataTest89 mReceiverVerifier.verifyReceiverRegistered(INTENT_ACTION); in testOnActive()116 mReceiverVerifier.getBroadcastReceiverFor(INTENT_ACTION) in testOnBluetoothConnected()
50 private static final String INTENT_ACTION = "test_action"; field in PreferredEngineEntryPreferenceControllerTest72 Intent intent = new Intent(INTENT_ACTION); in setUp()91 assertThat(actual.getAction()).isEqualTo(INTENT_ACTION); in performButtonClick_navigateToNextActivity()
44 public static final String INTENT_ACTION = "raw action"; field in FakeSettingsFragment86 data.intentAction = INTENT_ACTION;
76 assertThat(cursor.getString(9)).isEqualTo(FakeSettingsFragment.INTENT_ACTION); in testRawColumnFetched()
67 String INTENT_ACTION = "intent_action"; field123 IndexColumns.INTENT_ACTION +
32 …c com.android.settings.intelligence.search.indexing.IndexDatabaseHelper.IndexColumns.INTENT_ACTION;227 values.put(INTENT_ACTION, dataRow.intentAction); in insertIndexData()
64 IndexColumns.INTENT_ACTION,