Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DAppUtils.java57 private static final Intent sBrowserIntent; field in AppUtils
60 sBrowserIntent = new Intent()
196 sBrowserIntent.setPackage(packageName); in isBrowserApp()
198 sBrowserIntent, PackageManager.MATCH_ALL, userId); in isBrowserApp()