Home
last modified time | relevance | path

Searched defs:sourceMetricsCategory (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/security/
DScreenLockPreferenceDetailsUtils.java101 public void openScreenLockSettings(int sourceMetricsCategory) { in openScreenLockSettings()
108 public Intent getLaunchScreenLockSettingsIntent(int sourceMetricsCategory) { in getLaunchScreenLockSettingsIntent()
121 public boolean openChooseLockGenericFragment(int sourceMetricsCategory) { in openChooseLockGenericFragment()
138 public Intent getLaunchChooseLockGenericFragmentIntent(int sourceMetricsCategory) { in getLaunchChooseLockGenericFragmentIntent()
160 private Intent getChooseLockGenericFragmentIntent(int sourceMetricsCategory) { in getChooseLockGenericFragmentIntent()
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardFeatureProviderImpl.java156 final int sourceMetricsCategory = fragment.getMetricsCategory(); in bindPreferenceToTileAndGetObservers() local
/packages/apps/Settings/src/com/android/settings/slices/
DSliceBuilderUtils.java204 String screenTitle, int sourceMetricsCategory, int highlightMenuRes) { in buildSearchResultPageIntent()
235 String screenTitle, int sourceMetricsCategory, CustomSliceable sliceable) { in buildSearchResultPageIntent()
/packages/apps/Settings/src/com/android/settings/core/
DSubSettingLauncher.java99 public SubSettingLauncher setSourceMetricsCategory(int sourceMetricsCategory) { in setSourceMetricsCategory()
/packages/apps/Settings/src/com/android/settings/vpn2/
DAppManagementFragment.java105 public static void show(Context context, AppPreference pref, int sourceMetricsCategory) { in show()
/packages/apps/Settings/src/com/android/settings/applications/
DAppInfoBase.java223 String pkg, int uid, Fragment source, int request, int sourceMetricsCategory) { in startAppInfoFragment()