OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForegroundUtils
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/
ForegroundUtils.java
29
public class
ForegroundUtils
extends IProcessObserver.Stub {
31
private final String TAG = "
ForegroundUtils
";
44
private static final
ForegroundUtils
INSTANCE = new
ForegroundUtils
();
47
private
ForegroundUtils
() {
53
Log.e(TAG, "
ForegroundUtils
: could not get IActivityManager");
61
public static
ForegroundUtils
getInstance() {
P2pLinkManager.java
218
final
ForegroundUtils
mForegroundUtils;
270
mForegroundUtils =
ForegroundUtils
.getInstance();
[
all
...]
NfcService.java
254
private
ForegroundUtils
mForegroundUtils;
425
mForegroundUtils =
ForegroundUtils
.getInstance();
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
EnabledNfcFServices.java
21
import com.android.nfc.
ForegroundUtils
;
31
public class EnabledNfcFServices implements com.android.nfc.
ForegroundUtils
.Callback {
39
final
ForegroundUtils
mForegroundUtils =
ForegroundUtils
.getInstance();
PreferredServices.java
23
import com.android.nfc.
ForegroundUtils
;
55
public class PreferredServices implements com.android.nfc.
ForegroundUtils
.Callback {
67
final
ForegroundUtils
mForegroundUtils =
ForegroundUtils
.getInstance();
Completed in 81 milliseconds