OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:categoryKey
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
CategoryManager.java
74
public synchronized DashboardCategory getTilesByCategory(Context context, String
categoryKey
) {
75
return getTilesByCategory(context,
categoryKey
, TileUtils.SETTING_PKG);
78
public synchronized DashboardCategory getTilesByCategory(Context context, String
categoryKey
,
82
return mCategoryByKeyMap.get(
categoryKey
);
144
// A package can use a)
CategoryKey
, b) old category keys, c) both.
166
if (
CategoryKey
.KEY_COMPAT_MAP.containsKey(tile.category)) {
176
final String newCategoryKey =
CategoryKey
.KEY_COMPAT_MAP.get(tile.category);
TileUtils.java
254
* @param
categoryKey
The category key
258
private static DashboardCategory createCategory(Context context, String
categoryKey
,
261
category.key =
categoryKey
;
266
List<ResolveInfo> results = pm.queryIntentActivities(new Intent(
categoryKey
), 0);
317
String
categoryKey
= defaultCategory;
321
&&
categoryKey
== null) {
327
categoryKey
= metaData.getString(EXTRA_CATEGORY_KEY);
337
tile.category =
categoryKey
;
/packages/apps/Settings/src/com/android/settings/dashboard/
SummaryLoader.java
81
public SummaryLoader(Activity activity, String
categoryKey
) {
84
mCategoryKey =
categoryKey
;
92
mDashboardFeatureProvider.getTilesForCategory(
categoryKey
);
/packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySettings.java
544
private void initializePreBundledServicesMapFromArray(String
categoryKey
, int key) {
546
PreferenceCategory category = mCategoryToPrefCategoryMap.get(
categoryKey
);
[
all
...]
/prebuilts/devtools/tools/lib/
sdkuilib.jar
jfreechart-1.0.9.jar
/prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.4.0-beta6/
sdkuilib-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.5.0/
sdkuilib-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdkuilib/25.0.0-alpha1/
sdkuilib-25.0.0-alpha1.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 200 milliseconds