Searched refs:callStateToString (Results 1 – 4 of 4) sorted by relevance
204 QnsConstants.callStateToString(TelephonyManager.CALL_STATE_IDLE)); in testCallStateToString()207 QnsConstants.callStateToString(TelephonyManager.CALL_STATE_RINGING)); in testCallStateToString()210 QnsConstants.callStateToString(TelephonyManager.CALL_STATE_OFFHOOK)); in testCallStateToString()211 Assert.assertEquals("CALL_STATE_UNKNOWN_-1", QnsConstants.callStateToString(-1)); in testCallStateToString()
178 "Call state changed to " + callStateToString(state) + " for slot " + mSlotId); in onCallStateChanged()576 private String callStateToString(int state) { in callStateToString() method in IwlanEventListener
275 static String callStateToString(@Annotation.CallState int state) { in callStateToString() method in QnsConstants
1720 + QnsConstants.callStateToString(mCallState)); in dump()