Searched defs:callbackIntent (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeScanner.java132 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) { argument
283 gatt.stopScanForIntent(callbackIntent, ActivityThrea
158 startScan(@ullable List<ScanFilter> filters, @Nullable ScanSettings settings, @NonNull PendingIntent callbackIntent) argument
200 startScan(List<ScanFilter> filters, ScanSettings settings, final WorkSource workSource, final ScanCallback callback, final PendingIntent callbackIntent, List<List<ResultStorageDescriptor>> resultStorages) argument
[all...]
/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerManager.java265 public int startRecognition(UUID soundModelId, PendingIntent callbackIntent, argument
267 if (soundModelId == null || callbackIntent == null || config == null) {
272 callbackIntent, config);
/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccManager.java226 * @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);
228 downloadSubscription(DownloadableSubscription subscription, boolean switchAfterDownload, PendingIntent callbackIntent) argument
261 startResolutionActivity(Activity activity, int requestCode, Intent resultIntent, PendingIntent callbackIntent) argument
324 getDownloadableSubscriptionMetadata( DownloadableSubscription subscription, PendingIntent callbackIntent) argument
355 getDefaultDownloadableSubscriptionList(PendingIntent callbackIntent) argument
399 deleteSubscription(int subscriptionId, PendingIntent callbackIntent) argument
426 switchToSubscription(int subscriptionId, PendingIntent callbackIntent) argument
451 updateSubscriptionNickname( int subscriptionId, String nickname, PendingIntent callbackIntent) argument
474 eraseSubscriptions(PendingIntent callbackIntent) argument
504 retainSubscriptionsForFactoryReset(PendingIntent callbackIntent) argument
516 sendUnavailableError(PendingIntent callbackIntent) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccOperation.java184 * @param callbackIntent The callback intent to trigger after the operation completes.
186 public void continueOperation(Bundle resolutionExtras, PendingIntent callbackIntent) { argument
196 callbackIntent);
201 callbackIntent);
206 callbackIntent);
211 callbackIntent);
216 callbackIntent);
221 callbackIntent);
230 boolean consent, PendingIntent callbackIntent) {
238 callbackIntent);
229 resolvedGetMetadataDeactivateSim( boolean consent, PendingIntent callbackIntent) argument
245 resolvedDownloadDeactivateSim( boolean consent, PendingIntent callbackIntent) argument
262 resolvedDownloadNoPrivileges(boolean consent, PendingIntent callbackIntent) argument
287 resolvedGetDefaultListDeactivateSim( boolean consent, PendingIntent callbackIntent) argument
300 resolvedSwitchDeactivateSim( boolean consent, PendingIntent callbackIntent) argument
316 resolvedSwitchNoPrivileges(boolean consent, PendingIntent callbackIntent) argument
342 fail(PendingIntent callbackIntent) argument
[all...]
H A DEuiccController.java140 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);
172 getDownloadableSubscriptionMetadata(DownloadableSubscription subscription, String callingPackage, PendingIntent callbackIntent) argument
178 getDownloadableSubscriptionMetadata(DownloadableSubscription subscription, boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) argument
201 GetMetadataCommandCallback( long callingToken, DownloadableSubscription subscription, String callingPackage, PendingIntent callbackIntent) argument
254 downloadSubscription(DownloadableSubscription subscription, boolean switchAfterDownload, String callingPackage, PendingIntent callbackIntent) argument
260 downloadSubscription(DownloadableSubscription subscription, boolean switchAfterDownload, String callingPackage, boolean forceDeactivateSim, PendingIntent callbackIntent) argument
291 DownloadSubscriptionGetMetadataCommandCallback(long callingToken, DownloadableSubscription subscription, boolean switchAfterDownload, String callingPackage, boolean forceDeactivateSim, PendingIntent callbackIntent) argument
375 downloadSubscriptionPrivileged(final long callingToken, DownloadableSubscription subscription, boolean switchAfterDownload, boolean forceDeactivateSim, final String callingPackage, final PendingIntent callbackIntent) argument
463 getDefaultDownloadableSubscriptionList( String callingPackage, PendingIntent callbackIntent) argument
469 getDefaultDownloadableSubscriptionList( boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) argument
491 GetDefaultListCommandCallback(long callingToken, String callingPackage, PendingIntent callbackIntent) argument
553 deleteSubscription(int subscriptionId, String callingPackage, PendingIntent callbackIntent) argument
580 deleteSubscriptionPrivileged(String iccid, final PendingIntent callbackIntent) argument
613 switchToSubscription(int subscriptionId, String callingPackage, PendingIntent callbackIntent) argument
619 switchToSubscription(int subscriptionId, boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) argument
678 switchToSubscriptionPrivileged(final long callingToken, int subscriptionId, boolean forceDeactivateSim, final String callingPackage, final PendingIntent callbackIntent) argument
690 switchToSubscriptionPrivileged(final long callingToken, int subscriptionId, @Nullable String iccid, boolean forceDeactivateSim, final String callingPackage, final PendingIntent callbackIntent) argument
732 updateSubscriptionNickname(int subscriptionId, String nickname, PendingIntent callbackIntent) argument
779 eraseSubscriptions(PendingIntent callbackIntent) argument
819 retainSubscriptionsForFactoryReset(PendingIntent callbackIntent) argument
857 refreshSubscriptionsAndSendResult( PendingIntent callbackIntent, int resultCode, Intent extrasIntent) argument
866 sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) argument
[all...]
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerService.java251 public int startRecognitionForIntent(ParcelUuid soundModelId, PendingIntent callbackIntent, argument
272 callbackIntent, config);
400 PendingIntent callbackIntent,
403 mCallbackIntent = callbackIntent;
399 LocalSoundTriggerRecognitionStatusCallback(UUID modelUuid, PendingIntent callbackIntent, RecognitionConfig config) argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
H A DEuiccControllerTest.java138 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { argument
140 mCallbackIntent = callbackIntent;
147 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) {
149 sendResult(callbackIntent, resultCode, extrasIntent);
146 refreshSubscriptionsAndSendResult( PendingIntent callbackIntent, int resultCode, Intent extrasIntent) argument

Completed in 269 milliseconds