Searched refs:hasDeviceInitiatedDialingOut (Results 1 – 3 of 3) sorted by relevance
565 Assert.assertTrue(mHeadsetService.hasDeviceInitiatedDialingOut()); in testDialingOutCall_NormalDialingOut()605 Assert.assertFalse(mHeadsetService.hasDeviceInitiatedDialingOut()); in testDialingOutCall_NormalDialingOut()648 Assert.assertTrue(mHeadsetService.hasDeviceInitiatedDialingOut()); in testDialingOutCall_DialingOutPreemptVirtualCall()
1532 if (mHeadsetService.hasDeviceInitiatedDialingOut()) { in processDialCall()1891 if (mHeadsetService.hasDeviceInitiatedDialingOut()) { in processKeyPressed()
1348 public boolean hasDeviceInitiatedDialingOut() { in hasDeviceInitiatedDialingOut() method in HeadsetService