Home
last modified time | relevance | path

Searched defs:editIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/apn/
DApnPreference.java153 final Intent editIntent = new Intent(Intent.ACTION_EDIT, url); in onClick() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DApplicationFeatureProviderImplTest.java265 final Intent editIntent = new Intent(Intent.ACTION_EDIT); in testFindPersistentPreferredActivities() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModel.kt198 val editIntent: Flow<Intent?> = in <lambda>() constant