Home
last modified time | relevance | path

Searched refs:TRANSACTIONAL_CLONE_PACKAGE_NAME (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DTelecomTestApp.java128 public static final String TRANSACTIONAL_CLONE_PACKAGE_NAME = field in TelecomTestApp
146 new ComponentName(TRANSACTIONAL_CLONE_PACKAGE_NAME,
147 TRANSACTIONAL_CLONE_PACKAGE_NAME),
DBindUtils.java178 return TelecomTestApp.TRANSACTIONAL_CLONE_PACKAGE_NAME; in getPackageNameFromApplicationName()
/cts/tests/tests/telecom-apps/TransactionalVoipAppMain/src/android/telecom/cts/apps/transactionalvoipappmain/
DTransactionalVoipAppControlMain.java27 import static android.telecom.cts.apps.TelecomTestApp.TRANSACTIONAL_CLONE_PACKAGE_NAME;
498 if (intent.getPackage().equals(TRANSACTIONAL_CLONE_PACKAGE_NAME)) { in setDefaultPhoneAccountBasedOffIntent()
501 mClassName = TRANSACTIONAL_CLONE_PACKAGE_NAME + "." + mTag; in setDefaultPhoneAccountBasedOffIntent()
502 mPackageName = TRANSACTIONAL_CLONE_PACKAGE_NAME; in setDefaultPhoneAccountBasedOffIntent()