HomeSort by relevance Sort by last modified time
    Searched refs:mForegroundRequested (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
EnabledNfcFServices.java 45 ComponentName mForegroundRequested = null; // The component requested to be enabled by fg app
76 foregroundRequested = mForegroundRequested;
77 if (mForegroundRequested != null &&
79 !mForegroundRequested.equals(mForegroundComponent))) {
80 mForegroundComponent = mForegroundRequested;
82 } else if (mForegroundRequested == null && mForegroundComponent != null){
83 mForegroundComponent = mForegroundRequested;
100 mForegroundRequested = null;
124 if (service.equals(mForegroundRequested)) {
129 mForegroundRequested = service
    [all...]
PreferredServices.java 80 ComponentName mForegroundRequested; // The component preferred by fg app
174 preferredService = mForegroundRequested;
210 mForegroundRequested = null;
276 mForegroundRequested = service;
297 mForegroundRequested = null;
378 "): " + mForegroundRequested);

Completed in 578 milliseconds