Searched refs:isDataAllowedInVoiceCall (Results 1 – 6 of 6) sorted by relevance
279 if (allow == isDataAllowedInVoiceCall()) { in setAllowDataDuringVoiceCall()299 public synchronized boolean isDataAllowedInVoiceCall() { in isDataAllowedInVoiceCall() method in DataEnabledSettings300 return mDataEnabledOverride.isDataAllowedInVoiceCall(); in isDataAllowedInVoiceCall()
364 public boolean isDataAllowedInVoiceCall() { in isDataAllowedInVoiceCall() method in DataEnabledOverride
208 assertTrue(deo.isDataAllowedInVoiceCall()); in testSetDataAllowedInVoiceCall()216 assertFalse(deo.isDataAllowedInVoiceCall()); in testSetDataAllowedInVoiceCall()
494 dataDuringCallsEnabled = dataEnabledSettings.isDataAllowedInVoiceCall(); in isPhoneInVoiceCall()
2253 boolean isDataAllowedInVoiceCall(int subId); in isDataAllowedInVoiceCall() method
12858 public boolean isDataAllowedInVoiceCall() { in isDataAllowedInVoiceCall() method in TelephonyManager12862 return service.isDataAllowedInVoiceCall(getSubId()); in isDataAllowedInVoiceCall()