Home
last modified time | relevance | path

Searched refs:OnFinished (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
DIntentSenderTest.java47 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() { in testRegisteredReceivePermissionDenied()
74 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() { in testLocalReceivePermissionDenied()
/frameworks/base/core/java/android/content/
DIntentSender.java86 public interface OnFinished { interface in IntentSender
103 private final OnFinished mWho;
109 FinishedDispatcher(IntentSender pi, OnFinished who, Handler handler) { in FinishedDispatcher()
154 OnFinished onFinished, Handler handler) throws SendIntentException { in sendIntent()
185 OnFinished onFinished, Handler handler, String requiredPermission) in sendIntent()
/frameworks/base/core/java/android/app/
DPendingIntent.java195 public interface OnFinished { interface in PendingIntent
212 private final OnFinished mWho;
219 FinishedDispatcher(PendingIntent pi, OnFinished who, Handler handler) { in FinishedDispatcher()
742 public void send(int code, @Nullable OnFinished onFinished, @Nullable Handler handler) in send()
781 @Nullable OnFinished onFinished, @Nullable Handler handler) throws CanceledException { in send()
824 @Nullable OnFinished onFinished, @Nullable Handler handler, in send()
871 @Nullable OnFinished onFinished, @Nullable Handler handler, in send()
885 @Nullable OnFinished onFinished, @Nullable Handler handler, in sendAndReturnResult()
/frameworks/base/services/core/java/com/android/server/location/
DGeofenceManager.java47 public class GeofenceManager implements LocationListener, PendingIntent.OnFinished {
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerService.java1178 private PendingIntent.OnFinished mCallbackCompletedHandler = new PendingIntent.OnFinished() {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DConnectivityServiceMock.java67 implements PendingIntent.OnFinished {
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java2081 PendingIntent.OnFinished {
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java775 private final class Receiver implements IBinder.DeathRecipient, PendingIntent.OnFinished {
DAlarmManagerService.java4025 class DeliveryTracker extends IAlarmCompleteListener.Stub implements PendingIntent.OnFinished {
DConnectivityService.java199 implements PendingIntent.OnFinished {
/frameworks/base/config/
Dhiddenapi-public-dex.txt3993 Landroid/app/PendingIntent$OnFinished;
3994 Landroid/app/PendingIntent$OnFinished;->onSendFinished(Landroid/app/PendingIntent;Landroid/content/…
4021 Landroid/app/PendingIntent;->send(ILandroid/app/PendingIntent$OnFinished;Landroid/os/Handler;)V
4023 …id/content/Context;ILandroid/content/Intent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand…
4024 …id/content/Context;ILandroid/content/Intent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand…
4025 …id/content/Context;ILandroid/content/Intent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand…
7567 Landroid/content/IntentSender$OnFinished;
7568 Landroid/content/IntentSender$OnFinished;->onSendFinished(Landroid/content/IntentSender;Landroid/co…
7583 …content/Context;ILandroid/content/Intent;Landroid/content/IntentSender$OnFinished;Landroid/os/Hand…
7584 …content/Context;ILandroid/content/Intent;Landroid/content/IntentSender$OnFinished;Landroid/os/Hand…
Dboot-image-profile.txt823 …id/content/Context;ILandroid/content/Intent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand…
824 …id/content/Context;ILandroid/content/Intent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand…
1608 …content/Context;ILandroid/content/Intent;Landroid/content/IntentSender$OnFinished;Landroid/os/Hand…
1609 …content/Context;ILandroid/content/Intent;Landroid/content/IntentSender$OnFinished;Landroid/os/Hand…
12307 HSLandroid/app/PendingIntent$OnFinished;->onSendFinished(Landroid/app/PendingIntent;Landroid/conten…
15025 …patcher;-><init>(Landroid/app/PendingIntent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand…
15049 …id/content/Context;ILandroid/content/Intent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand…
15050 …id/content/Context;ILandroid/content/Intent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand…
53940 Landroid/app/PendingIntent$OnFinished;
Dhiddenapi-private-dex.txt9618 …patcher;-><init>(Landroid/app/PendingIntent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand…
9625 Landroid/app/PendingIntent$FinishedDispatcher;->mWho:Landroid/app/PendingIntent$OnFinished;
9650 …id/content/Context;ILandroid/content/Intent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand…
16267 …r;-><init>(Landroid/content/IntentSender;Landroid/content/IntentSender$OnFinished;Landroid/os/Hand…
16274 Landroid/content/IntentSender$FinishedDispatcher;->mWho:Landroid/content/IntentSender$OnFinished;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4871 …method public void send(int, android.app.PendingIntent.OnFinished, android.os.Handler) throws andr…
4872 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand…
4873 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand…
4889 public static abstract interface PendingIntent.OnFinished {
7939 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand…
7940 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand…
7946 public static abstract interface IntentSender.OnFinished {
/frameworks/base/api/
Dcurrent.txt5777 …method public void send(int, android.app.PendingIntent.OnFinished, android.os.Handler) throws andr…
5778 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand…
5779 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand…
5780 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand…
5797 public static abstract interface PendingIntent.OnFinished {
10255 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand…
10256 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand…
10262 public static abstract interface IntentSender.OnFinished {