Home
last modified time | relevance | path

Searched refs:sendIntentToReceiver (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DActiveSubsciptionsListenerTest.java118 private void sendIntentToReceiver(Intent intent) { in sendIntentToReceiver() method in ActiveSubsciptionsListenerTest
129 sendIntentToReceiver(INTENT_RADIO_TECHNOLOGY_CHANGED); in start_configChangedIntent_onChangedShouldBeCalled()
130 sendIntentToReceiver(INTENT_MULTI_SIM_CONFIG_CHANGED); in start_configChangedIntent_onChangedShouldBeCalled()
135 sendIntentToReceiver(INTENT_RADIO_TECHNOLOGY_CHANGED); in start_configChangedIntent_onChangedShouldBeCalled()
138 sendIntentToReceiver(INTENT_MULTI_SIM_CONFIG_CHANGED); in start_configChangedIntent_onChangedShouldBeCalled()
143 sendIntentToReceiver(INTENT_RADIO_TECHNOLOGY_CHANGED); in start_configChangedIntent_onChangedShouldBeCalled()
144 sendIntentToReceiver(INTENT_MULTI_SIM_CONFIG_CHANGED); in start_configChangedIntent_onChangedShouldBeCalled()
150 sendIntentToReceiver(INTENT_CARRIER_CONFIG_CHANGED); in start_carrierConfigChangedIntent_onChangedWhenSubIdBeenCached()
157 sendIntentToReceiver(INTENT_CARRIER_CONFIG_CHANGED); in start_carrierConfigChangedIntent_onChangedWhenSubIdBeenCached()
162 sendIntentToReceiver(INTENT_CARRIER_CONFIG_CHANGED); in start_carrierConfigChangedIntent_onChangedWhenSubIdBeenCached()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java165 sendIntentToReceiver(BluetoothPbapService.AUTH_RESPONSE_ACTION, in onPositive()
176 sendIntentToReceiver(BluetoothPbapService.AUTH_CANCELLED_ACTION, null, null); in onNegative()
182 private void sendIntentToReceiver(final String intentName, final String extraName, in sendIntentToReceiver() method in BluetoothPbapActivity