Home
last modified time | relevance | path

Searched refs:mAllowInstantService (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/infra/
DAbstractMasterSystemService.java139 protected boolean mAllowInstantService; field in AbstractMasterSystemService
288 return mAllowInstantService; in getAllowInstantService()
302 return mAllowInstantService; in isBindInstantServiceAllowed()
317 mAllowInstantService = mode; in setAllowInstantService()
697 pw.print(prefix); pw.print("Allow instant service: "); pw.println(mAllowInstantService); in dumpLocked()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java346 return mAllowInstantService; in isInstantServiceAllowed()
1124 compatMode, mAllowInstantService, flags); in startSession()