Searched refs:connectionManager (Results 1 – 3 of 3) sorted by relevance
60 PhoneAccountHandle connectionManager = in isTimeoutNeededForCall() local62 if (!accounts.contains(connectionManager)) { in isTimeoutNeededForCall()67 if (Objects.equals(connectionManager, currentAccount)) { in isTimeoutNeededForCall()72 if (!Objects.equals(connectionManager.getComponentName(), in isTimeoutNeededForCall()
304 PhoneAccountHandle connectionManager = in shouldSetConnectionManager() local306 if (connectionManager == null) { in shouldSetConnectionManager()311 if (Objects.equals(connectionManager, targetPhoneAccountHandle)) { in shouldSetConnectionManager()482 ConnectionServiceWrapper connectionManager = mCall.getConnectionService(); in shouldFailCallIfConnectionManagerFails() local483 if (connectionManager == null) { in shouldFailCallIfConnectionManagerFails()494 if (!connectionManager.isServiceValid("createConnection")) { in shouldFailCallIfConnectionManagerFails()
291 PhoneAccountHandle connectionManager = makeQuickAccountHandle("mgr_acct"); in testDefaultOutgoing() local292 registerAndEnableAccount(new PhoneAccount.Builder(connectionManager, "mgr_acct") in testDefaultOutgoing()