Searched refs:connectionManager (Results 1 – 3 of 3) sorted by relevance
257 PhoneAccountHandle connectionManager = in shouldSetConnectionManager() local259 if (connectionManager == null) { in shouldSetConnectionManager()264 if (Objects.equals(connectionManager, targetPhoneAccountHandle)) { in shouldSetConnectionManager()415 ConnectionServiceWrapper connectionManager = mCall.getConnectionService(); in shouldFailCallIfConnectionManagerFails() local416 if (connectionManager == null) { in shouldFailCallIfConnectionManagerFails()427 if (!connectionManager.isServiceValid("createConnection")) { in shouldFailCallIfConnectionManagerFails()
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()
259 PhoneAccountHandle connectionManager = makeQuickAccountHandle("mgr_acct"); in testDefaultOutgoing() local260 registerAndEnableAccount(new PhoneAccount.Builder(connectionManager, "mgr_acct") in testDefaultOutgoing()