Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DNfcDispatcher.java128 private boolean mIsTagAppPrefSupported; field in NfcDispatcher
164 mIsTagAppPrefSupported = in NfcDispatcher()
256 final boolean mIsTagAppPrefSupported; field in NfcDispatcher.DispatchInfo
278 mIsTagAppPrefSupported = in DispatchInfo()
280 if (mIsTagAppPrefSupported) { in DispatchInfo()
352 if (!mIsTagAppPrefSupported) return activities; in checkPrefList()
421 if (mIsTagAppPrefSupported) { in tryStartActivity()
450 if (mIsTagAppPrefSupported) { in tryStartActivity()
506 if (mIsTagAppPrefSupported) { in tryStartActivity()
586 if (mIsTagAppPrefSupported) { in dispatchTag()
[all …]
DNfcService.java523 private final boolean mIsTagAppPrefSupported; field in NfcService
1287 mIsTagAppPrefSupported = in NfcService()
1405 if (!mIsTagAppPrefSupported) return; in initTagAppPrefList()
1457 if (!mIsTagAppPrefSupported) return; in storeTagAppPrefList()
1490 if (!mIsTagAppPrefSupported) return; in renewTagAppPrefList()
1677 if (sIsNfcRestore && mIsTagAppPrefSupported) { in doInBackground()
3188 return mIsTagAppPrefSupported; in isTagIntentAppPreferenceSupported()
3194 if (!mIsTagAppPrefSupported) throw new UnsupportedOperationException(); in getTagIntentAppPreferenceForUser()
3204 if (!mIsTagAppPrefSupported) throw new UnsupportedOperationException(); in setTagIntentAppPreferenceForUser()
3213 if (!mIsTagAppPrefSupported) { in isTagIntentAllowed()
[all …]