Searched refs:onAuthenticationPrompt (Results 1 – 7 of 7) sorted by relevance
63 mLocalService.onAuthenticationPrompt(UID_1); in onAuthenticationPrompt_noDevices_noCrash()71 mLocalService.onAuthenticationPrompt(UID_1); in onAuthenticationPrompt_oneDevice_showToastWhereUidIsRunningIsCalled()87 mLocalService.onAuthenticationPrompt(UID_1); in onAuthenticationPrompt_twoDevices_showToastWhereUidIsRunningIsCalledOnBoth()
69 public abstract void onAuthenticationPrompt(int uid); in onAuthenticationPrompt() method in VirtualDeviceManagerInternal
290 verify(mVdmInternal).onAuthenticationPrompt(uidCaptor.capture()); in testAuthenticate_callsVirtualDeviceManagerOnAuthenticationPrompt()
366 verify(mVdmInternal).onAuthenticationPrompt(uidCaptor.capture()); in testAuthenticate_callsVirtualDeviceManagerOnAuthenticationPrompt()
321 vdm.onAuthenticationPrompt(callingUid); in authenticate()
814 public void onAuthenticationPrompt(int uid) { in onAuthenticationPrompt() method in VirtualDeviceManagerService.LocalService
346 vdm.onAuthenticationPrompt(callingUid);