Searched refs:ARG_PACKAGE_UID (Results 1 – 4 of 4) sorted by relevance
53 public static final String ARG_PACKAGE_UID = "uid"; field in AppInfoBase219 args.putInt(AppInfoBase.ARG_PACKAGE_UID, uid); in startAppInfoFragment()
744 args.putInt(ARG_PACKAGE_UID, appEntry.info.uid);
105 mUid = args != null && args.containsKey(AppInfoBase.ARG_PACKAGE_UID) in onCreate()106 ? args.getInt(AppInfoBase.ARG_PACKAGE_UID) in onCreate()
117 int uid = (args != null) ? args.getInt(AppInfoBase.ARG_PACKAGE_UID, -1) in onCreate()118 : getActivity().getIntent().getIntExtra(AppInfoBase.ARG_PACKAGE_UID, -1); in onCreate()