Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/callcomposer/
DPictureManagerTest.java284 verify(telephonyManager).bootstrapAuthenticationRequest(anyInt(), in testGbaCredLookup()
300 .bootstrapAuthenticationRequest(anyInt(), eq(Uri.parse(fakeNafId)), in testGbaCredLookup()
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/filetransfer/requestexecutor/
DGbaAuthenticationProvider.java97 telephonyManager.bootstrapAuthenticationRequest( in provideCredentials()
/packages/services/Telephony/testapps/GbaTestApp/src/com/android/phone/testapps/gbatestapp/ui/main/
DMainFragment.java179 mTelephonyManager.bootstrapAuthenticationRequest( in onCreateView()
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
DGbaActivity.java130 telephonyManager.bootstrapAuthenticationRequest(mUiccType, in initLayout()
/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureManager.java327 mTelephonyManager.bootstrapAuthenticationRequest(TelephonyManager.APPTYPE_ISIM, in getGbaCredentials()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java11312 public void bootstrapAuthenticationRequest(int subId, int appType, Uri nafUrl, in bootstrapAuthenticationRequest() method in PhoneInterfaceManager
11347 getGbaManager(subId).bootstrapAuthenticationRequest( in bootstrapAuthenticationRequest()