Searched refs:sendIntentToReceiver (Results 1 – 2 of 2) sorted by relevance
118 private void sendIntentToReceiver(Intent intent) { in sendIntentToReceiver() method in ActiveSubsciptionsListenerTest129 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 …]
165 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