Home
last modified time | relevance | path

Searched defs:isServiceEnabled (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/credentials/
H A DICredentialManager.aidl62 boolean isServiceEnabled(); in isServiceEnabled() method
H A DCredentialManager.java457 public static boolean isServiceEnabled(@NonNull Context context) { in isServiceEnabled() method in CredentialManager
475 private boolean isServiceEnabled() { in isServiceEnabled() method in CredentialManager
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DIAutoFillManager.aidl58 void isServiceEnabled(int userId, String packageName, in IResultReceiver result); in isServiceEnabled() method
/aosp14/frameworks/base/core/java/com/android/internal/accessibility/
H A DAccessibilityShortcutController.java425 private boolean isServiceEnabled(AccessibilityServiceInfo serviceInfo) { in isServiceEnabled() method in AccessibilityShortcutController
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DCredentialManagerService.java870 public boolean isServiceEnabled() { in isServiceEnabled() method in CredentialManagerService.CredentialManagerServiceStub
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java2001 public void isServiceEnabled(int userId, @NonNull String packageName, in isServiceEnabled() method in AutofillManagerService.AutoFillManagerServiceStub