Searched defs:appCallback (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/telephony/java/android/telephony/mbms/ |
H A D | InternalDownloadStatusListener.java | 33 public InternalDownloadStatusListener(DownloadStatusListener appCallback, Executor executor) { in InternalDownloadStatusListener()
|
H A D | InternalDownloadSessionCallback.java | 31 public InternalDownloadSessionCallback(MbmsDownloadSessionCallback appCallback, in InternalDownloadSessionCallback()
|
H A D | InternalStreamingSessionCallback.java | 31 public InternalStreamingSessionCallback(MbmsStreamingSessionCallback appCallback, in InternalStreamingSessionCallback()
|
H A D | InternalGroupCallCallback.java | 29 public InternalGroupCallCallback(GroupCallCallback appCallback, in InternalGroupCallCallback()
|
H A D | InternalGroupCallSessionCallback.java | 30 public InternalGroupCallSessionCallback(MbmsGroupCallSessionCallback appCallback, in InternalGroupCallSessionCallback()
|
H A D | InternalStreamingServiceCallback.java | 30 public InternalStreamingServiceCallback(StreamingServiceCallback appCallback, in InternalStreamingServiceCallback()
|
/aosp12/frameworks/base/core/java/android/view/autofill/ |
H A D | IAutoFillManager.aidl | 43 void startSession(IBinder activityToken, in IBinder appCallback, in AutofillId autoFillId, in startSession() 47 void restoreSession(int sessionId, in IBinder activityToken, in IBinder appCallback, in restoreSession()
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillManagerServiceImpl.java | 574 @NonNull IBinder appCallback) { in restoreSession()
|
H A D | AutofillManagerService.java | 1593 @NonNull IBinder appCallback, @NonNull IResultReceiver receiver) in restoreSession()
|