Home
last modified time | relevance | path

Searched refs:EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI (Results 1 – 10 of 10) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/activity/
DEmbeddingUtils.kt22 import android.provider.Settings.EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI
45 return intent.hasExtra(EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI) in isEmbeddedIntent()
68 EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI, in getTwoPaneIntent()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DDatabaseIndexingUtils.java20 import static android.provider.Settings.EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI;
76 intent.putExtra(EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI, in buildSearchTrampolineIntent()
92 intent.putExtra(EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI, in buildSearchTrampolineIntent()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DLargeScreenMultiPanesChecker.kt46 EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI, in getMultiPanesIntent()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/activityembedding/
DEmbeddedDeepLinkUtilsTest.kt57 resultIntent.getStringExtra(Settings.EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI) in getTrampolineIntent_intentSelector_shouldNotChangeIntentAction()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterActivity.java74 private static final String EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI = field in SafetyCenterActivity
251 EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI, in getTwoPaneIntent()
/packages/apps/Settings/src/com/android/settings/activityembedding/
DEmbeddedDeepLinkUtils.kt86 Settings.EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI, in getTrampolineIntent()
/packages/apps/Settings/src/com/android/settings/search/
DSearchResultTrampoline.java83 Settings.EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI); in onCreate()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/
DMobileNetworkIntentConverterTest.java188 deepLinkIntent.putExtra(Settings.EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI, intentUri); in convertFormat_deepLink_unwrapIntent()
/packages/apps/Settings/src/com/android/settings/homepage/
DSettingsHomepageActivity.java21 import static android.provider.Settings.EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI;
556 EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI); in launchDeepLinkIntentToRight()
/packages/apps/Settings/src/com/android/settings/network/
DMobileNetworkIntentConverter.java285 android.provider.Settings.EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI), in convertFromDeepLink()