Searched refs:OnFinished (Results 1 – 9 of 9) sorted by relevance
/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 | 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 | 121 public interface OnFinished { interface in PendingIntent 138 private final OnFinished mWho; 144 FinishedDispatcher(PendingIntent pi, OnFinished who, Handler handler) { in FinishedDispatcher() 425 public void send(int code, OnFinished onFinished, Handler handler) in send() 462 OnFinished onFinished, Handler handler) throws CanceledException { in send() 503 OnFinished onFinished, Handler handler, String requiredPermission) in send()
|
/frameworks/base/services/java/com/android/server/ |
D | AlarmManagerService.java | 858 class ResultReceiver implements PendingIntent.OnFinished {
|
D | LocationManagerService.java | 192 private final class Receiver implements IBinder.DeathRecipient, PendingIntent.OnFinished { 1420 class ProximityListener extends ILocationListener.Stub implements PendingIntent.OnFinished {
|
/frameworks/base/docs/html/sdk/api_diff/4/ |
D | missingSinces.txt | 11 NO DOC BLOCK: android.content.IntentSender.OnFinished Interface
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 1348 http://developer.android.com/reference/android/app/PendingIntent.OnFinished.html 2041 http://developer.android.com/reference/android/content/IntentSender.OnFinished.html
|
/frameworks/base/api/ |
D | current.txt | 3679 …method public void send(int, android.app.PendingIntent.OnFinished, android.os.Handler) throws andr… 3680 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 3681 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 3697 public static abstract interface PendingIntent.OnFinished { 5690 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 5691 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 5697 public static abstract interface IntentSender.OnFinished {
|
D | 14.txt | 3679 …method public void send(int, android.app.PendingIntent.OnFinished, android.os.Handler) throws andr… 3680 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 3681 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 3697 public static abstract interface PendingIntent.OnFinished { 5690 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 5691 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 5697 public static abstract interface IntentSender.OnFinished {
|