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()
75 public abstract void onAuthenticationPrompt(int uid); in onAuthenticationPrompt() method in VirtualDeviceManagerInternal
259 verify(mVdmInternal).onAuthenticationPrompt(uidCaptor.capture()); in testAuthenticate_callsVirtualDeviceManagerOnAuthenticationPrompt()
318 verify(mVdmInternal).onAuthenticationPrompt(uidCaptor.capture()); in testAuthenticate_callsVirtualDeviceManagerOnAuthenticationPrompt()
269 vdm.onAuthenticationPrompt(callingUid); in authenticate()
627 public void onAuthenticationPrompt(int uid) { in onAuthenticationPrompt() method in VirtualDeviceManagerService.LocalService
337 vdm.onAuthenticationPrompt(callingUid);