OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startAppInfoFragment
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
AppInfoBase.java
210
public static void
startAppInfoFragment
(Class<?> fragment, int titleRes,
212
startAppInfoFragment
(fragment, titleRes, pkg, uid, source.getActivity(), request);
215
public static void
startAppInfoFragment
(Class<?> fragment, int titleRes,
InstalledAppDetails.java
739
private void
startAppInfoFragment
(Class<?> fragment, CharSequence title) {
740
startAppInfoFragment
(fragment, title, this, mAppEntry);
743
public static void
startAppInfoFragment
(Class<?> fragment, CharSequence title,
[
all
...]
ManageApplications.java
502
startAppInfoFragment
(AppNotificationSettings.class,
506
startAppInfoFragment
(AppLaunchSettings.class, R.string.auto_launch_label);
509
startAppInfoFragment
(UsageAccessDetails.class, R.string.usage_access);
512
startAppInfoFragment
(AppStorageSettings.class, R.string.storage_settings);
519
startAppInfoFragment
(DrawOverlayDetails.class, R.string.overlay_settings);
522
startAppInfoFragment
(WriteSettingsDetails.class, R.string.write_system_settings);
528
startAppInfoFragment
(InstalledAppDetails.class, R.string.application_info_label);
533
private void
startAppInfoFragment
(Class<?> fragment, int titleRes) {
534
AppInfoBase.
startAppInfoFragment
(fragment, titleRes, mCurrentPkgName, mCurrentUid, this,
[
all
...]
/packages/apps/Settings/src/com/android/settings/
AppHeader.java
89
AppInfoBase.
startAppInfoFragment
(InstalledAppDetails.class,
/packages/apps/Settings/src/com/android/settings/datausage/
UnrestrictedDataAccess.java
255
InstalledAppDetails.
startAppInfoFragment
(AppDataUsage.class,
Completed in 2766 milliseconds