Searched refs:requiresTestOrInternalPermission (Results 1 – 3 of 3) sorted by relevance
374 when(promptInfo.requiresTestOrInternalPermission()).thenReturn(true); in testAuthenticate_throwsWhenUsingTestApis()383 when(promptInfo.requiresTestOrInternalPermission()).thenReturn(false); in testAuthenticate_throwsWhenUsingPrivateApis()
143 public boolean requiresTestOrInternalPermission() { in requiresTestOrInternalPermission() method in PromptInfo
301 if (promptInfo.requiresTestOrInternalPermission()) { in authenticate()