Home
last modified time | relevance | path

Searched refs:getCallState (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java211 assertEquals(CALL_STATE_RINGING, telephonyManager.getCallState()); in shouldGiveCallState()
215 assertEquals(CALL_STATE_OFFHOOK, telephonyManager.getCallState()); in shouldGiveCallState()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java237 public int getCallState() { in getCallState() method in ShadowTelecomManager
DShadowTelephonyManager.java131 protected int getCallState() { in getCallState() method in ShadowTelephonyManager
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelecomManagerFacade.java119 int state = mTelecomManager.getCallState(); in telecomGetCallState()
DTelephonyManagerFacade.java1379 mTelephonyManager.getCallState(subId)); in telephonyGetCallStateForSubscription()