Home
last modified time | relevance | path

Searched refs:onPendingIntent (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/credentials/
H A DPrepareGetCredentialResponse.java82 public void onPendingIntent(PendingIntent pendingIntent) { in show()
175 void onPendingIntent(@NonNull PendingIntent pendingIntent); in onPendingIntent() method
H A DICreateCredentialCallback.aidl28 oneway void onPendingIntent(in PendingIntent pendingIntent); in onPendingIntent() method
H A DIGetCredentialCallback.aidl28 oneway void onPendingIntent(in PendingIntent pendingIntent); in onPendingIntent() method
H A DCredentialManager.java607 public void onPendingIntent(PendingIntent pendingIntent) { in onPendingIntent() method in CredentialManager.GetCredentialTransportPendingUseCase
609 mCallback.onPendingIntent(pendingIntent); in onPendingIntent()
661 public void onPendingIntent(PendingIntent pendingIntent) { in onPendingIntent() method in CredentialManager.GetCredentialTransport
719 public void onPendingIntent(PendingIntent pendingIntent) { in onPendingIntent() method in CredentialManager.CreateCredentialTransport
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DCreateRequestSession.java113 mClientCallback.onPendingIntent(mPendingIntent); in launchUiWithProviderData()
H A DGetRequestSession.java111 mClientCallback.onPendingIntent(mPendingIntent); in launchUiWithProviderData()