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.java160 protected boolean mAllowInstantService; field in AbstractMasterSystemService
325 return mAllowInstantService; in getAllowInstantService()
339 return mAllowInstantService; in isBindInstantServiceAllowed()
354 mAllowInstantService = mode; in setAllowInstantService()
788 pw.print(prefix); pw.print("Allow instant service: "); pw.println(mAllowInstantService); in dumpLocked()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java386 return mAllowInstantService; in isInstantServiceAllowed()
1422 compatMode, mAllowInstantService, flags); in startSession()