OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInForeground
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/
ForegroundUtils.java
94
public boolean
isInForeground
(int uid) {
NfcService.java
796
if (!mForegroundUtils.
isInForeground
(Binder.getCallingUid())) {
879
if (mForegroundUtils.
isInForeground
(Binder.getCallingUid())) {
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
EnabledNfcFServices.java
161
if (mForegroundUtils.
isInForeground
(callingUid)) {
PreferredServices.java
310
if (mForegroundUtils.
isInForeground
(callingUid)) {
Completed in 1556 milliseconds