Searched refs:shouldTurnOffNFCInAirplaneMode (Results 1 – 5 of 5) sorted by relevance
65 if (shouldTurnOffNFCInAirplaneMode(mContext) || isToggleableInAirplaneMode(mContext)) { in displayPreference()129 public static boolean shouldTurnOffNFCInAirplaneMode(Context context) { in shouldTurnOffNFCInAirplaneMode() method in NfcPreferenceController
63 || !NfcPreferenceController.shouldTurnOffNFCInAirplaneMode(mContext)) { in isToggleable()
214 assertThat(NfcPreferenceController.shouldTurnOffNFCInAirplaneMode(mContext)).isTrue(); in shouldTurnOffNFCInAirplaneMode_airplaneModeRadiosContainsNfc_shouldReturnTrue()222 assertThat(NfcPreferenceController.shouldTurnOffNFCInAirplaneMode(mContext)).isFalse(); in shouldTurnOffNFCInAirplaneMode_airplaneModeRadiosWithoutNfc_shouldReturnFalse()
116 public static boolean shouldTurnOffNFCInAirplaneMode(Context context) { in shouldTurnOffNFCInAirplaneMode() method in NfcPreferenceController