OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAppFilter
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java
37
private AppFilter
mAppFilter
;
90
mAppFilter
= AppFilter.loadByName(sContext.getString(R.string.app_filter_class));
91
mModel = new LauncherModel(this, mIconCache,
mAppFilter
);
158
return
mAppFilter
== null ||
mAppFilter
.shouldShowApp(componentName);
AllAppsList.java
49
private AppFilter
mAppFilter
;
56
mAppFilter
= appFilter;
66
if (
mAppFilter
!= null && !
mAppFilter
.shouldShowApp(info.componentName)) {
Completed in 93 milliseconds