Home
last modified time | relevance | path

Searched refs:mIsTagAppPrefSupported (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcDispatcher.java114 private boolean mIsTagAppPrefSupported; field in NfcDispatcher
144 mIsTagAppPrefSupported = in NfcDispatcher()
230 final boolean mIsTagAppPrefSupported; field in NfcDispatcher.DispatchInfo
252 mIsTagAppPrefSupported = in DispatchInfo()
254 if (mIsTagAppPrefSupported) { in DispatchInfo()
312 if (!mIsTagAppPrefSupported) return activities; in checkPrefList()
372 if (mIsTagAppPrefSupported) { in tryStartActivity()
401 if (mIsTagAppPrefSupported) { in tryStartActivity()
457 if (mIsTagAppPrefSupported) { in tryStartActivity()
534 if (mIsTagAppPrefSupported) { in dispatchTag()
[all …]
DNfcService.java456 private final boolean mIsTagAppPrefSupported; field in NfcService
863 mIsTagAppPrefSupported = in NfcService()
952 if (!mIsTagAppPrefSupported) return; in initTagAppPrefList()
989 if (!mIsTagAppPrefSupported) return; in storeTagAppPrefList()
1028 if (!mIsTagAppPrefSupported) return false; in renewTagAppPrefList()
1186 if (sIsNfcRestore && mIsTagAppPrefSupported) { in doInBackground()
1227 if (mIsTagAppPrefSupported) { in doInBackground()
2453 return mIsTagAppPrefSupported; in isTagIntentAppPreferenceSupported()
2458 if (!mIsTagAppPrefSupported) throw new UnsupportedOperationException(); in getTagIntentAppPreferenceForUser()
2467 if (!mIsTagAppPrefSupported) throw new UnsupportedOperationException(); in setTagIntentAppPreferenceForUser()
[all …]