Searched refs:extrasIntent (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
H A D | EuiccController.java | 405 Intent extrasIntent = new Intent(); in onGetMetadataComplete() local 410 extrasIntent.putExtra( in onGetMetadataComplete() 416 addResolutionIntent(extrasIntent, in onGetMetadataComplete() 566 Intent extrasIntent = new Intent(); in downloadSubscription() local 692 extrasIntent.putExtra( in downloadSubscriptionPrivileged() 836 Intent extrasIntent = new Intent(); in onGetDefaultListComplete() local 843 extrasIntent.putExtra( in onGetDefaultListComplete() 850 addResolutionIntent(extrasIntent, in onGetDefaultListComplete() 1013 Intent extrasIntent = new Intent(); in switchToSubscription() local 1014 addResolutionIntent(extrasIntent, in switchToSubscription() [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
H A D | EuiccControllerTest.java | 148 Intent extrasIntent, String resolutionAction, String callingPackage, in addResolutionIntent() argument 156 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in sendResult() argument 160 mExtrasIntent = extrasIntent; in sendResult() 165 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in refreshSubscriptionsAndSendResult() argument 167 sendResult(callbackIntent, resultCode, extrasIntent); in refreshSubscriptionsAndSendResult()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 1309 Intent extrasIntent = new Intent(); in sendResultsByPendingIntent() local 1310 extrasIntent.putParcelableArrayListExtra(BluetoothLeScanner.EXTRA_LIST_SCAN_RESULT, in sendResultsByPendingIntent() 1312 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_CALLBACK_TYPE, callbackType); in sendResultsByPendingIntent() 1313 pii.intent.send(this, 0, extrasIntent); in sendResultsByPendingIntent() 1318 Intent extrasIntent = new Intent(); in sendErrorByPendingIntent() local 1319 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_ERROR_CODE, errorCode); in sendErrorByPendingIntent() 1320 pii.intent.send(this, 0, extrasIntent); in sendErrorByPendingIntent()
|