Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/search/
DSearchResultTrampoline.java82 final String intentUriString = intent.getStringExtra( in onCreate() local
84 if (TextUtils.isEmpty(intentUriString)) { in onCreate()
94 intent = Intent.parseUri(intentUriString, Intent.URI_INTENT_SCHEME); in onCreate()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/activityembedding/
DEmbeddedDeepLinkUtilsTest.kt56 val intentUriString = in getTrampolineIntent_intentSelector_shouldNotChangeIntentAction() constant
58 val parsedIntent = Intent.parseUri(intentUriString, Intent.URI_INTENT_SCHEME) in getTrampolineIntent_intentSelector_shouldNotChangeIntentAction()
/packages/apps/Settings/src/com/android/settings/homepage/
DSettingsHomepageActivity.java555 final String intentUriString = intent.getStringExtra( in launchDeepLinkIntentToRight() local
557 if (TextUtils.isEmpty(intentUriString)) { in launchDeepLinkIntentToRight()
565 targetIntent = Intent.parseUri(intentUriString, Intent.URI_INTENT_SCHEME); in launchDeepLinkIntentToRight()