/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | IntentSenderTest.java | 48 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() { in testRegisteredReceivePermissionDenied() 75 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() { in testLocalReceivePermissionDenied()
|
/frameworks/base/core/java/android/content/ |
D | IntentSender.java | 88 public interface OnFinished { interface in IntentSender 105 private final OnFinished mWho; 111 FinishedDispatcher(IntentSender pi, OnFinished who, Handler handler) { in FinishedDispatcher() 156 OnFinished onFinished, Handler handler) throws SendIntentException { in sendIntent() 187 OnFinished onFinished, Handler handler, String requiredPermission) in sendIntent()
|
/frameworks/base/core/java/android/app/ |
D | PendingIntent.java | 196 public interface OnFinished { interface in PendingIntent 213 private final OnFinished mWho; 220 FinishedDispatcher(PendingIntent pi, OnFinished who, Handler handler) { in FinishedDispatcher() 746 public void send(int code, @Nullable OnFinished onFinished, @Nullable Handler handler) in send() 785 @Nullable OnFinished onFinished, @Nullable Handler handler) throws CanceledException { in send() 828 @Nullable OnFinished onFinished, @Nullable Handler handler, in send() 875 @Nullable OnFinished onFinished, @Nullable Handler handler, in send() 889 @Nullable OnFinished onFinished, @Nullable Handler handler, in sendAndReturnResult()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeofenceManager.java | 47 public class GeofenceManager implements LocationListener, PendingIntent.OnFinished {
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/ |
D | AlarmManagerServiceTest.java | 395 final ArgumentCaptor<PendingIntent.OnFinished> onFinishedCaptor = in testSingleAlarmExpiration() 396 ArgumentCaptor.forClass(PendingIntent.OnFinished.class); in testSingleAlarmExpiration()
|
/frameworks/base/config/ |
D | dirty-image-objects | 52 android.app.PendingIntent$OnFinished
|
D | boot-image-profile.txt | 2000 …patcher;-><init>(Landroid/app/PendingIntent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand… 2023 …id/content/Context;ILandroid/content/Intent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand… 2024 …id/content/Context;ILandroid/content/Intent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand… 3854 …content/Context;ILandroid/content/Intent;Landroid/content/IntentSender$OnFinished;Landroid/os/Hand… 3855 …content/Context;ILandroid/content/Intent;Landroid/content/IntentSender$OnFinished;Landroid/os/Hand… 32380 Landroid/app/PendingIntent$OnFinished;
|
D | hiddenapi-greylist-max-o.txt | 8689 …patcher;-><init>(Landroid/app/PendingIntent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand… 8696 Landroid/app/PendingIntent$FinishedDispatcher;->mWho:Landroid/app/PendingIntent$OnFinished; 8716 …id/content/Context;ILandroid/content/Intent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Hand… 14551 …r;-><init>(Landroid/content/IntentSender;Landroid/content/IntentSender$OnFinished;Landroid/os/Hand… 14558 Landroid/content/IntentSender$FinishedDispatcher;->mWho:Landroid/content/IntentSender$OnFinished;
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionService.java | 2149 PendingIntent.OnFinished {
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 1354 private final class Receiver extends LinkedListenerBase implements PendingIntent.OnFinished {
|
D | AlarmManagerService.java | 4533 class DeliveryTracker extends IAlarmCompleteListener.Stub implements PendingIntent.OnFinished {
|
D | ConnectivityService.java | 230 implements PendingIntent.OnFinished {
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4871 …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/ |
D | current.txt | 5922 …method public void send(int, @Nullable android.app.PendingIntent.OnFinished, @Nullable android.os.… 5923 … @Nullable android.content.Intent, @Nullable android.app.PendingIntent.OnFinished, @Nullable andro… 5924 … @Nullable android.content.Intent, @Nullable android.app.PendingIntent.OnFinished, @Nullable andro… 5925 … @Nullable android.content.Intent, @Nullable android.app.PendingIntent.OnFinished, @Nullable andro… 5942 public static interface PendingIntent.OnFinished { 10603 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 10604 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 10610 public static interface IntentSender.OnFinished {
|