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

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
EnabledNfcFServices.java 143 boolean unregisterForegroundService(int uid) {
144 if (DBG) Log.d(TAG, "unregisterForegroundService");
163 return unregisterForegroundService(callingUid);
173 unregisterForegroundService(uid);
PreferredServices.java 297 boolean unregisterForegroundService(int uid) {
315 return unregisterForegroundService(callingUid);
324 unregisterForegroundService(uid);

Completed in 206 milliseconds