Home
last modified time | relevance | path

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

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