Home
last modified time | relevance | path

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

/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
DWfcActivationController.java183 if (intention == ActivityConstants.LAUNCH_APP_SHOW_TC) { in getUiTitle()
196 } else if (intention == ActivityConstants.LAUNCH_APP_SHOW_TC) { in getGeneralErrorText()
263 if (launchIntention == ActivityConstants.LAUNCH_APP_SHOW_TC) { in handleEntitlementStatusForUpdating()
DActivityConstants.java36 public static final int LAUNCH_APP_SHOW_TC = 2; field in ActivityConstants
/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
DWfcActivationControllerTest.java127 buildActivity(ActivityConstants.LAUNCH_APP_SHOW_TC); in startFlow_launchAppForShowTc_setPurposeUpdate()
504 buildActivity(ActivityConstants.LAUNCH_APP_SHOW_TC); in handleEntitlementStatusForUpdate_showTc_showWebview()