Searched defs:requireForeground (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/app/
H A DContextImpl.java1486 private ComponentName startServiceCommon(Intent service, boolean requireForeground, argument
1493 getContentResolver()), requireForeground,
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18126 String resolvedType, boolean requireForeground, String callingPackage, int userId)
18139 "*** startService: " + service + " type=" + resolvedType + " fg=" + requireForeground);
18148 requireForeground, callingPackage, userId);
18125 startService(IApplicationThread caller, Intent service, String resolvedType, boolean requireForeground, String callingPackage, int userId) argument
[all...]
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java735 * @param requireForeground only allow this call while app is in the foreground
738 private boolean canUseFingerprint(String opPackageName, boolean requireForeground, int uid, argument
753 if (requireForeground && !(isForegroundActivity(uid, pid) || currentClient(opPackageName))){

Completed in 196 milliseconds