Searched refs:requireForeground (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricServiceBase.java | 958 protected boolean canUseBiometric(String opPackageName, boolean requireForeground, int uid, in canUseBiometric() argument 978 if (requireForeground && !(isForegroundActivity(uid, pid) || isCurrentClient( in canUseBiometric()
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 145 … in String resolvedType, boolean requireForeground, in String callingPackage, int userId); in startService() argument
|
D | ContextImpl.java | 1596 private ComponentName startServiceCommon(Intent service, boolean requireForeground, in startServiceCommon() argument 1603 getContentResolver()), requireForeground, in startServiceCommon()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 13903 String resolvedType, boolean requireForeground, String callingPackage, int userId) in startService() argument 13916 … "*** startService: " + service + " type=" + resolvedType + " fg=" + requireForeground); in startService() 13925 requireForeground, callingPackage, userId); in startService()
|