/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | IntentSenderTest.java | 47 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() { in testRegisteredReceivePermissionDenied() 74 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() { in testLocalReceivePermissionDenied()
|
/frameworks/base/core/java/android/content/ |
D | IntentSender.java | 85 public interface OnFinished { interface in IntentSender 102 private final OnFinished mWho; 108 FinishedDispatcher(IntentSender pi, OnFinished who, Handler handler) { in FinishedDispatcher() 153 OnFinished onFinished, Handler handler) throws SendIntentException { in sendIntent() 184 OnFinished onFinished, Handler handler, String requiredPermission) in sendIntent()
|
/frameworks/base/core/java/android/app/ |
D | PendingIntent.java | 188 public interface OnFinished { interface in PendingIntent 205 private final OnFinished mWho; 212 FinishedDispatcher(PendingIntent pi, OnFinished who, Handler handler) { in FinishedDispatcher() 700 public void send(int code, @Nullable OnFinished onFinished, @Nullable Handler handler) in send() 739 @Nullable OnFinished onFinished, @Nullable Handler handler) throws CanceledException { in send() 782 @Nullable OnFinished onFinished, @Nullable Handler handler, in send() 829 @Nullable OnFinished onFinished, @Nullable Handler handler, in send()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeofenceManager.java | 42 public class GeofenceManager implements LocationListener, PendingIntent.OnFinished {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | ConnectivityServiceMock.java | 147 implements PendingIntent.OnFinished {
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionService.java | 1083 PendingIntent.OnFinished {
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 642 private final class Receiver implements IBinder.DeathRecipient, PendingIntent.OnFinished {
|
D | AlarmManagerService.java | 2843 class DeliveryTracker extends IAlarmCompleteListener.Stub implements PendingIntent.OnFinished {
|
D | ConnectivityService.java | 179 implements PendingIntent.OnFinished {
|
/frameworks/base/ |
D | compiled-classes-phone | 409 android.app.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 | 5369 …method public void send(int, android.app.PendingIntent.OnFinished, android.os.Handler) throws andr… 5370 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 5371 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 5372 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 5389 public static abstract interface PendingIntent.OnFinished { 8912 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 8913 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 8919 public static abstract interface IntentSender.OnFinished {
|
D | system-current.txt | 5526 …method public void send(int, android.app.PendingIntent.OnFinished, android.os.Handler) throws andr… 5527 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 5528 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 5529 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 5546 public static abstract interface PendingIntent.OnFinished { 9263 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 9264 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 9270 public static abstract interface IntentSender.OnFinished {
|
D | test-current.txt | 5372 …method public void send(int, android.app.PendingIntent.OnFinished, android.os.Handler) throws andr… 5373 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 5374 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 5375 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 5392 public static abstract interface PendingIntent.OnFinished { 8924 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 8925 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 8931 public static abstract interface IntentSender.OnFinished {
|