Searched refs:OnFinished (Results 1 – 10 of 10) 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 | 89 public interface OnFinished { interface in IntentSender 106 private final OnFinished mWho; 112 FinishedDispatcher(IntentSender pi, OnFinished who, Handler handler) { in FinishedDispatcher() 157 OnFinished onFinished, Handler handler) throws SendIntentException { in sendIntent() 188 OnFinished onFinished, Handler handler, String requiredPermission) in sendIntent()
|
/frameworks/base/core/java/android/app/ |
D | PendingIntent.java | 150 public interface OnFinished { interface in PendingIntent 167 private final OnFinished mWho; 173 FinishedDispatcher(PendingIntent pi, OnFinished who, Handler handler) { in FinishedDispatcher() 621 public void send(int code, OnFinished onFinished, Handler handler) in send() 658 OnFinished onFinished, Handler handler) throws CanceledException { in send() 699 OnFinished onFinished, Handler handler, String requiredPermission) in send()
|
/frameworks/base/services/java/com/android/server/location/ |
D | GeofenceManager.java | 42 public class GeofenceManager implements LocationListener, PendingIntent.OnFinished {
|
/frameworks/base/media/java/android/media/ |
D | MediaFocusControl.java | 25 import android.app.PendingIntent.OnFinished; 64 public class MediaFocusControl implements OnFinished {
|
/frameworks/base/docs/html/sdk/api_diff/4/ |
D | missingSinces.txt | 11 NO DOC BLOCK: android.content.IntentSender.OnFinished Interface
|
/frameworks/base/services/java/com/android/server/ |
D | AlarmManagerService.java | 1445 class ResultReceiver implements PendingIntent.OnFinished {
|
D | LocationManagerService.java | 472 private final class Receiver implements IBinder.DeathRecipient, PendingIntent.OnFinished {
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 884 http://developer.android.com/reference/android/app/PendingIntent.OnFinished.html 1606 http://developer.android.com/reference/android/content/IntentSender.OnFinished.html
|
/frameworks/base/api/ |
D | current.txt | 4088 …method public void send(int, android.app.PendingIntent.OnFinished, android.os.Handler) throws andr… 4089 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 4090 …ontent.Context, int, android.content.Intent, android.app.PendingIntent.OnFinished, android.os.Hand… 4106 public static abstract interface PendingIntent.OnFinished { 6651 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 6652 …ent.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Hand… 6658 public static abstract interface IntentSender.OnFinished {
|