Searched refs:mPhoneAccount (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/transaction/ |
D | PhoneAccountTransaction.java | 28 return mPhoneAccount; in getPhoneAccount() 31 PhoneAccount mPhoneAccount; field in PhoneAccountTransaction 35 mPhoneAccount = phoneAccount; in PhoneAccountTransaction() 52 dest.writeParcelable(mPhoneAccount, flags); in writeToParcel()
|
/cts/tests/tests/telecom-apps/TransactionalVoipAppMain/src/android/telecom/cts/apps/transactionalvoipappmain/ |
D | TransactionalVoipAppControlMain.java | 81 public PhoneAccount mPhoneAccount = TRANSACTIONAL_MAIN_DEFAULT_ACCOUNT; field in TransactionalVoipAppControlMain 346 Log.i(mTag, String.format("registerDefaultPhoneAccount: pa=[%s]", mPhoneAccount)); 347 mTelecomManager.registerPhoneAccount(mPhoneAccount); 353 Log.i(mTag, String.format("getDefaultPhoneAccount: pa=[%s]", mPhoneAccount)); 354 return new PhoneAccountTransaction(TestAppTransaction.Success, mPhoneAccount); 436 mTelecomManager.registerPhoneAccount(mPhoneAccount); in onBind() 499 mPhoneAccount = TRANSACTIONAL_CLONE_ACCOUNT; in setDefaultPhoneAccountBasedOffIntent() 504 mPhoneAccount = TRANSACTIONAL_MAIN_DEFAULT_ACCOUNT; in setDefaultPhoneAccountBasedOffIntent() 507 + " mPhoneAccount=[%s], intent=[%s]", mPhoneAccount, intent)); in setDefaultPhoneAccountBasedOffIntent()
|
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppMain/src/android/telecom/cts/apps/connectionservicevoipappmain/ |
D | VoipConnectionServiceControlMain.java | 85 private PhoneAccount mPhoneAccount = SELF_MANAGED_CS_MAIN_ACCOUNT; field in VoipConnectionServiceControlMain 323 mTelecomManager.registerPhoneAccount(mPhoneAccount); 330 return new PhoneAccountTransaction(TestAppTransaction.Success, mPhoneAccount); 412 mTelecomManager.registerPhoneAccount(mPhoneAccount); in onBind() 471 mPhoneAccount = SELF_MANAGED_CS_CLONE_ACCOUNT; in setDefaultPhoneAccountBasedOffIntent() 476 mPhoneAccount = SELF_MANAGED_CS_MAIN_ACCOUNT; in setDefaultPhoneAccountBasedOffIntent() 479 + " mPhoneAccount=[%s], intent=[%s]", mPhoneAccount, intent)); in setDefaultPhoneAccountBasedOffIntent()
|