Searched refs:isDataAllowedInVoiceCall (Results 1 – 3 of 3) sorted by relevance
208 assertTrue(deo.isDataAllowedInVoiceCall()); in testSetDataAllowedInVoiceCall()216 assertFalse(deo.isDataAllowedInVoiceCall()); in testSetDataAllowedInVoiceCall()
318 if (allow == isDataAllowedInVoiceCall()) { in setAllowDataDuringVoiceCall()338 public synchronized boolean isDataAllowedInVoiceCall() { in isDataAllowedInVoiceCall() method in DataEnabledSettings339 return mDataEnabledOverride.isDataAllowedInVoiceCall(); in isDataAllowedInVoiceCall()
364 public boolean isDataAllowedInVoiceCall() { in isDataAllowedInVoiceCall() method in DataEnabledOverride