Home
last modified time | relevance | path

Searched refs:getAllowInstantService (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerServiceShellCommand.java125 if (mService.getAllowInstantService()) { in getBindInstantService()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceShellCommand.java306 if (mService.getAllowInstantService()) { in getBindInstantService()
/aosp14/frameworks/base/services/core/java/com/android/server/infra/
H A DAbstractMasterSystemService.java322 public final boolean getAllowInstantService() { in getAllowInstantService() method in AbstractMasterSystemService