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 (connectionManager != null && !Objects.equals(connectionManager.getComponentName(), in isTimeoutNeededForCall()
319 PhoneAccountHandle connectionManager = in shouldSetConnectionManager() local321 if (connectionManager == null) { in shouldSetConnectionManager()326 if (Objects.equals(connectionManager, targetPhoneAccountHandle)) { in shouldSetConnectionManager()535 ConnectionServiceWrapper connectionManager = mCall.getConnectionService(); in shouldFailCallIfConnectionManagerFails() local536 if (connectionManager == null) { in shouldFailCallIfConnectionManagerFails()547 if (!connectionManager.isServiceValid("createConnection")) { in shouldFailCallIfConnectionManagerFails()
355 PhoneAccountHandle connectionManager = makeQuickAccountHandle("mgr_acct"); in testDefaultOutgoing() local356 registerAndEnableAccount(new PhoneAccount.Builder(connectionManager, "mgr_acct") in testDefaultOutgoing()