Home
last modified time | relevance | path

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

/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
DActivityConstants.java46 int intention = getLaunchIntention(intent); in isActivationFlow()
52 public static int getLaunchIntention(Intent intent) { in getLaunchIntention() method in ActivityConstants
DWfcActivationController.java179 int intention = ActivityConstants.getLaunchIntention(mStartIntent); in getUiTitle()
193 int intention = ActivityConstants.getLaunchIntention(mStartIntent); in getGeneralErrorText()
262 int launchIntention = ActivityConstants.getLaunchIntention(mStartIntent); in handleEntitlementStatusForUpdating()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/wfc/
DWfcUtils.java48 int intention = getLaunchIntention(intent); in isActivationFlow()
54 public static int getLaunchIntention(Intent intent) { in getLaunchIntention() method in WfcUtils