Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerServiceShellCommand.java137 mService.setAllowInstantService(true); in setBindInstantService()
140 mService.setAllowInstantService(false); in setBindInstantService()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceShellCommand.java318 mService.setAllowInstantService(true); in setBindInstantService()
321 mService.setAllowInstantService(false); in setBindInstantService()
/aosp14/frameworks/base/services/core/java/com/android/server/infra/
H A DAbstractMasterSystemService.java350 public final void setAllowInstantService(boolean mode) { in setAllowInstantService() method in AbstractMasterSystemService