Searched refs:isDataAllowedInVoiceCall (Results 1 – 4 of 4) sorted by relevance
208 assertTrue(deo.isDataAllowedInVoiceCall()); in testSetDataAllowedInVoiceCall()217 assertFalse(deo.isDataAllowedInVoiceCall()); in testSetDataAllowedInVoiceCall()
277 public synchronized boolean isDataAllowedInVoiceCall() { in isDataAllowedInVoiceCall() method in DataEnabledSettings278 return mDataEnabledOverride.isDataAllowedInVoiceCall(); in isDataAllowedInVoiceCall()
333 public boolean isDataAllowedInVoiceCall() { in isDataAllowedInVoiceCall() method in DataEnabledOverride
2009 boolean isDataAllowedInVoiceCall(int subId); in isDataAllowedInVoiceCall() method