HomeSort by relevance Sort by last modified time
    Searched refs:registerPhoneAccount (Results 1 - 25 of 36) sorted by null

1 2

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTelecomManagerTest.java 49 telecomService.registerPhoneAccount(phoneAccount);
67 telecomService.registerPhoneAccount(PhoneAccount.builder(anotherPackageHandle, "another_package")
75 telecomService.registerPhoneAccount(PhoneAccount.builder(accountHandle1, "another_package")
79 telecomService.registerPhoneAccount(PhoneAccount.builder(accountHandle2, "another_package")
91 telecomService.registerPhoneAccount(PhoneAccount.builder(handleMatchingScheme, "some_scheme")
95 telecomService.registerPhoneAccount(PhoneAccount.builder(handleNotMatchingScheme, "another_scheme")
109 telecomService.registerPhoneAccount(PhoneAccount.builder(callCapableHandle, "enabled")
113 telecomService.registerPhoneAccount(PhoneAccount.builder(notCallCapableHandler, "disabled")
126 telecomService.registerPhoneAccount(PhoneAccount.builder(handleInThisApplicationsPackage, "this_package")
130 telecomService.registerPhoneAccount(PhoneAccount.builder(anotherPackageHandle, "another_package"
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
PhoneAccountOperationsTest.java 136 mTelecomManager.registerPhoneAccount(TEST_SIM_PHONE_ACCOUNT);
137 fail("TelecomManager.registerPhoneAccount should throw SecurityException if "
149 mTelecomManager.registerPhoneAccount(TEST_NO_SIM_PHONE_ACCOUNT);
181 mTelecomManager.registerPhoneAccount(phoneAccount);
193 mTelecomManager.registerPhoneAccount(TEST_NO_SIM_PHONE_ACCOUNT);
213 mTelecomManager.registerPhoneAccount(TEST_NO_SIM_PHONE_ACCOUNT);
225 mTelecomManager.registerPhoneAccount(TEST_NO_SIM_PHONE_ACCOUNT);
241 mTelecomManager.registerPhoneAccount(TEST_NO_SIM_PHONE_ACCOUNT);
267 mTelecomManager.registerPhoneAccount(TEST_NO_SIM_PHONE_ACCOUNT);
HandoverTest.java 43 mTelecomManager.registerPhoneAccount(TestUtils.TEST_PHONE_ACCOUNT_HANDOVER_SRC);
49 mTelecomManager.registerPhoneAccount(TestUtils.TEST_PHONE_ACCOUNT_HANDOVER_DEST);
SelfManagedConnectionServiceTest.java 58 mTelecomManager.registerPhoneAccount(TestUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_1);
59 mTelecomManager.registerPhoneAccount(TestUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_2);
60 mTelecomManager.registerPhoneAccount(TestUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_3);
202 mTelecomManager.registerPhoneAccount(toRegister);
SimCallManagerTest.java 123 mTelecomManager.registerPhoneAccount(TEST_SIM_CALL_MANAGER_ACCOUNT);
CallScreeningServiceTest.java 141 mTelecomManager.registerPhoneAccount(TEST_PHONE_ACCOUNT);
ConnectionServiceTest.java 47 mTelecomManager.registerPhoneAccount(TestUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_1);
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedCallList.java 98 registerPhoneAccount(context, SELF_MANAGED_ACCOUNT_1, SELF_MANAGED_ADDRESS_1,
100 registerPhoneAccount(context, SELF_MANAGED_ACCOUNT_2, SELF_MANAGED_ADDRESS_2,
104 public void registerPhoneAccount(Context context, String id, Uri address, String name,
124 TelecomManager.from(context).registerPhoneAccount(builder.build());
CallServiceNotifier.java 106 public void registerPhoneAccount(Context context) {
123 telecomManager.registerPhoneAccount(PhoneAccount.builder(
144 telecomManager.registerPhoneAccount(PhoneAccount.builder(
164 telecomManager.registerPhoneAccount(PhoneAccount.builder(
183 telecomManager.registerPhoneAccount(PhoneAccount.builder(
CallNotificationReceiver.java 64 CallServiceNotifier.getInstance().registerPhoneAccount(context);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
PhoneAccountUtils.java 81 telecomManager.registerPhoneAccount(TEST_PHONE_ACCOUNT);
112 telecomManager.registerPhoneAccount(TEST_SELF_MANAGED_PHONE_ACCOUNT);
113 telecomManager.registerPhoneAccount(TEST_SELF_MANAGED_PHONE_ACCOUNT_2);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java 108 final PhoneAccountHandle phoneAccountHandle = registerPhoneAccount().getAccountHandle();
189 final PhoneAccountHandle phoneAccountHandle = registerPhoneAccount().getAccountHandle();
233 registerPhoneAccount();
278 private PhoneAccount registerPhoneAccount() throws Exception {
287 mTelecomManager.registerPhoneAccount(phoneAccount);
  /frameworks/base/cmds/telecom/src/com/android/commands/telecom/
Telecom.java 154 mTelecomService.registerPhoneAccount(account);
172 mTelecomService.registerPhoneAccount(account);
  /cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
CallBlockingTest.java 60 mTelecomManager.registerPhoneAccount(phoneAccount);
73 // final PhoneAccountHandle phoneAccountHandle = registerPhoneAccount().getAccountHandle();
  /frameworks/base/telecomm/java/com/android/internal/telecom/
ITelecomService.aidl 108 * @see TelecomServiceImpl#registerPhoneAccount
110 void registerPhoneAccount(in PhoneAccount metadata);
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorSimCallManager.java 73 telecomManager.registerPhoneAccount(buildSimCallManagerAccount(context));
74 telecomManager.registerPhoneAccount(buildVideoProviderAccount(context));
  /cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallServiceTest.java 76 mTelecomManager.registerPhoneAccount(TEST_SELF_MANAGED_PHONE_ACCOUNT);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomSystemTest.java 491 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA0);
492 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA1);
493 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA2);
494 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountSelfManaged);
495 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountB0);
496 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountE0);
497 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountE1);
    [all...]
PhoneAccountRegistrarTest.java 214 mRegistrar.registerPhoneAccount(account);
585 mRegistrar.registerPhoneAccount(selfManagedAccount);
612 mRegistrar.registerPhoneAccount(selfManagedAccount);
    [all...]
TelecomServiceImplTest.java 484 mTSIBinder.registerPhoneAccount(testPhoneAccount);
491 verify(mFakePhoneAccountRegistrar).registerPhoneAccount(testPhoneAccount);
495 .registerPhoneAccount(any(PhoneAccount.class));
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTelecomManager.java 132 public void registerPhoneAccount(PhoneAccount account) {
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipAccountRegistry.java 248 telecomManager.registerPhoneAccount(phoneAccount);
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientDeviceBlock.java 63 mTelecomManager.registerPhoneAccount(mPhoneAccount);
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 316 mTelecomManager.registerPhoneAccount(account);
    [all...]

Completed in 462 milliseconds

1 2