HomeSort by relevance Sort by last modified time
    Searched refs:callbackIntent (Results 1 - 18 of 18) sorted by null

  /frameworks/base/telephony/java/android/telephony/euicc/
EuiccManager.java 226 * @param callbackIntent a PendingIntent to launch when the operation completes.
229 boolean switchAfterDownload, PendingIntent callbackIntent) {
231 sendUnavailableError(callbackIntent);
236 mContext.getOpPackageName(), callbackIntent);
257 * @param callbackIntent a PendingIntent to launch when the operation completes. This is
262 PendingIntent callbackIntent) throws IntentSender.SendIntentException {
270 callbackIntent);
290 PendingIntent callbackIntent =
293 if (callbackIntent != null) {
294 sendUnavailableError(callbackIntent);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/euicc/
IEuiccController.aidl 29 String callingPackage, in PendingIntent callbackIntent);
31 String callingPackage, in PendingIntent callbackIntent);
34 boolean switchAfterDownload, String callingPackage, in PendingIntent callbackIntent);
37 in PendingIntent callbackIntent);
39 in PendingIntent callbackIntent);
41 in PendingIntent callbackIntent);
42 oneway void eraseSubscriptions(in PendingIntent callbackIntent);
43 oneway void retainSubscriptionsForFactoryReset(in PendingIntent callbackIntent);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccOperation.java 184 * @param callbackIntent The callback intent to trigger after the operation completes.
186 public void continueOperation(Bundle resolutionExtras, PendingIntent callbackIntent) {
196 callbackIntent);
201 callbackIntent);
206 callbackIntent);
211 callbackIntent);
216 callbackIntent);
221 callbackIntent);
230 boolean consent, PendingIntent callbackIntent) {
238 callbackIntent);
    [all...]
EuiccController.java 140 PendingIntent callbackIntent =
143 op.continueOperation(resolutionExtras, callbackIntent);
173 String callingPackage, PendingIntent callbackIntent) {
175 subscription, false /* forceDeactivateSim */, callingPackage, callbackIntent);
179 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) {
189 token, subscription, callingPackage, callbackIntent));
205 PendingIntent callbackIntent) {
209 mCallbackIntent = callbackIntent;
255 boolean switchAfterDownload, String callingPackage, PendingIntent callbackIntent) {
257 false /* forceDeactivateSim */, callbackIntent);
    [all...]
  /packages/services/Telephony/src/com/android/phone/euicc/
EuiccResolutionUiDispatcherActivity.java 62 PendingIntent callbackIntent =
65 if (callbackIntent != null) {
67 callbackIntent.send(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR);
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 98 public static final String EXTRA_CALLBACK_INTENT = "callbackIntent";
195 public void onServiceCompleted(Intent callbackIntent);
386 Intent callbackIntent = new Intent(context, callbackActivity);
387 callbackIntent.setAction(callbackAction);
388 serviceIntent.putExtra(ContactSaveService.EXTRA_CALLBACK_INTENT, callbackIntent);
397 Intent callbackIntent = intent.getParcelableExtra(EXTRA_CALLBACK_INTENT);
425 callbackIntent.setData(RawContacts.getContactLookupUri(resolver, rawContactUri));
427 deliverCallback(callbackIntent);
478 Intent callbackIntent = new Intent(context, callbackActivity);
479 callbackIntent.putExtra(saveModeExtraKey, saveMode)
    [all...]
AppCompatContactsActivity.java 91 public void onServiceCompleted(Intent callbackIntent) {
92 onNewIntent(callbackIntent);
ContactsActivity.java 90 public void onServiceCompleted(Intent callbackIntent) {
91 onNewIntent(callbackIntent);
  /frameworks/base/core/java/com/android/internal/app/
ISoundTriggerService.aidl 44 int startRecognitionForIntent(in ParcelUuid soundModelId, in PendingIntent callbackIntent,
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardEsimArea.java 107 PendingIntent callbackIntent = PendingIntent.getBroadcast(
113 .switchToSubscription(SubscriptionManager.INVALID_SUBSCRIPTION_ID, callbackIntent);
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeScanner.java 132 startScan(filters, settings, null, callback, /*callbackIntent=*/ null, null);
152 * @param callbackIntent The PendingIntent to deliver the result to.
159 @NonNull PendingIntent callbackIntent) {
162 null, null, callbackIntent, null);
202 final PendingIntent callbackIntent,
205 if (callback == null && callbackIntent == null) {
243 gatt.startScanForIntent(callbackIntent, settings, filters,
274 * @param callbackIntent The PendingIntent that was used to start the scan.
278 public void stopScan(PendingIntent callbackIntent) {
283 gatt.stopScanForIntent(callbackIntent, ActivityThread.currentOpPackageName())
    [all...]
  /frameworks/base/media/java/android/media/soundtrigger/
SoundTriggerManager.java 265 public int startRecognition(UUID soundModelId, PendingIntent callbackIntent,
267 if (soundModelId == null || callbackIntent == null || config == null) {
272 callbackIntent, config);
  /frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
SoundTriggerService.java 251 public int startRecognitionForIntent(ParcelUuid soundModelId, PendingIntent callbackIntent,
272 callbackIntent, config);
400 PendingIntent callbackIntent,
403 mCallbackIntent = callbackIntent;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
EuiccControllerTest.java 138 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) {
140 mCallbackIntent = callbackIntent;
147 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) {
149 sendResult(callbackIntent, resultCode, extrasIntent);
    [all...]
  /frameworks/base/core/java/android/os/
RecoverySystem.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 449 milliseconds