/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/ |
H A D | InstalledAppResultTask.java | 88 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 D | AppDetailsActivity.java | 34 Intent intent = new Intent(android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onCreate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/display/ |
H A D | AdaptiveSleepPermissionPreferenceController.java | 70 android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in initializePreference()
|
H A D | SmartAutoRotatePermissionController.java | 49 android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in SmartAutoRotatePermissionController()
|
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/fragment/ |
H A D | PermissionFragment.java | 88 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onRequestPermissionsResult()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | PermissionCheckActivity.java | 76 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 D | NotificationGutsManagerTest.java | 323 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 D | MainActivity.java | 147 startActivity(new Intent(android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS,
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/postcall/ |
H A D | PostCallActivity.java | 112 intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onMessageFragmentSendMessage()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ForegroundServicesDialog.java | 70 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/ |
H A D | DataModel.kt | 31 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 D | UnusedAppsViewModel.kt | 172 val intent = Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS, packageUri)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | PluginFragment.java | 222 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onBindViewHolder()
|
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | PackageInstalledNotificationUtils.java | 184 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 D | AllAppPermissionsFragment.java | 181 infoIntent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in updateUi()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/ |
H A D | GalleryComposerFragment.java | 178 intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onClick()
|
H A D | CameraComposerFragment.java | 205 intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onClick()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/television/ |
H A D | AllAppPermissionsFragment.java | 140 infoIntent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in updateUi()
|
H A D | AppPermissionsFragment.java | 194 infoIntent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in bindUi()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | InstantAppNotifier.java | 276 new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in postInstantAppNotif()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
H A D | ActionHandler.java | 246 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 D | CustomTile.java | 352 return new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS).setData( in getLongClickIntent()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/settings/ |
H A D | DeveloperOptionsFragment.java | 489 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onBindViewHolder()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
H A D | CategorySelectorFragment.java | 539 new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onPermissionsDenied()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | SettingsProviderTest.java | 276 assertCanBeHandled(new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in testSettings()
|