Home
last modified time | relevance | path

Searched refs:ACTION_APPLICATION_DETAILS_SETTINGS (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
H A DInstalledAppResultTask.java88 final Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in query()
89 .setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in query()
/aosp12/frameworks/base/core/java/android/app/
H A DAppDetailsActivity.java34 Intent intent = new Intent(android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onCreate()
/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DAdaptiveSleepPermissionPreferenceController.java70 android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in initializePreference()
H A DSmartAutoRotatePermissionController.java49 android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in SmartAutoRotatePermissionController()
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/fragment/
H A DPermissionFragment.java88 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onRequestPermissionsResult()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DPermissionCheckActivity.java76 final Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS, in onCreate()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManagerTest.java323 assertEquals(Settings.ACTION_APPLICATION_DETAILS_SETTINGS, captor.getValue().getAction()); in testAppOpsSettingsIntent_camera_mic_overlay()
335 assertEquals(Settings.ACTION_APPLICATION_DETAILS_SETTINGS, captor.getValue().getAction()); in testAppOpsSettingsIntent_camera_overlay()
347 assertEquals(Settings.ACTION_APPLICATION_DETAILS_SETTINGS, captor.getValue().getAction()); in testAppOpsSettingsIntent_mic_overlay()
/aosp12/packages/apps/SampleLocationAttribution/src/com/example/android/locationattribution/
H A DMainActivity.java147 startActivity(new Intent(android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS,
/aosp12/packages/apps/Dialer/java/com/android/dialer/postcall/
H A DPostCallActivity.java112 intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onMessageFragmentSendMessage()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServicesDialog.java70 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DDataModel.kt31 import android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS
143 context.startActivity(Intent(ACTION_APPLICATION_DETAILS_SETTINGS)
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/
H A DUnusedAppsViewModel.kt172 val intent = Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS, packageUri)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DPluginFragment.java222 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onBindViewHolder()
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstalledNotificationUtils.java184 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in getAppDetailIntent()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
H A DAllAppPermissionsFragment.java181 infoIntent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in updateUi()
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/
H A DGalleryComposerFragment.java178 intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onClick()
H A DCameraComposerFragment.java205 intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onClick()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/television/
H A DAllAppPermissionsFragment.java140 infoIntent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in updateUi()
H A DAppPermissionsFragment.java194 infoIntent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in bindUi()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DInstantAppNotifier.java276 new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in postInstantAppNotif()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DActionHandler.java246 final Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in showAppDetails()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java352 return new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS).setData( in getLongClickIntent()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/settings/
H A DDeveloperOptionsFragment.java489 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onBindViewHolder()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DCategorySelectorFragment.java539 new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onPermissionsDenied()
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java276 assertCanBeHandled(new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in testSettings()

12