HomeSort by relevance Sort by last modified time
    Searched refs:hasCallsForOtherPhoneAccount (Results 1 - 4 of 4) sorted by null

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
IncomingCallNotifierTest.java 101 when(mCallsManagerProxy.hasCallsForOtherPhoneAccount(any())).thenReturn(false);
113 when(mCallsManagerProxy.hasCallsForOtherPhoneAccount(any())).thenReturn(false);
129 when(mCallsManagerProxy.hasCallsForOtherPhoneAccount(any())).thenReturn(true);
148 when(mCallsManagerProxy.hasCallsForOtherPhoneAccount(any())).thenReturn(true);
167 when(mCallsManagerProxy.hasCallsForOtherPhoneAccount(any())).thenReturn(true);
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomSystem.java 285 public boolean hasCallsForOtherPhoneAccount(PhoneAccountHandle phoneAccountHandle) {
286 return mCallsManager.hasCallsForOtherPhoneAccount(phoneAccountHandle);
CallsManager.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
IncomingCallNotifier.java 61 boolean hasCallsForOtherPhoneAccount(PhoneAccountHandle phoneAccountHandle);
140 !mCallsManagerProxy.hasCallsForOtherPhoneAccount(

Completed in 133 milliseconds