OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AppEntry
(Results
1 - 4
of
4
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java
84
public static class
AppEntry
{
85
public
AppEntry
(AppListLoader loader, ApplicationInfo info) {
151
public static final Comparator<
AppEntry
> ALPHA_COMPARATOR = new Comparator<
AppEntry
>() {
154
public int compare(
AppEntry
object1,
AppEntry
object2) {
209
public static class AppListLoader extends AsyncTaskLoader<List<
AppEntry
>> {
213
List<
AppEntry
> mApps;
230
@Override public List<
AppEntry
> loadInBackground() {
242
List<
AppEntry
> entries = new ArrayList<AppEntry>(apps.size())
[
all
...]
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java
86
public static class
AppEntry
{
87
public
AppEntry
(AppListLoader loader, ApplicationInfo info) {
153
public static final Comparator<
AppEntry
> ALPHA_COMPARATOR = new Comparator<
AppEntry
>() {
156
public int compare(
AppEntry
object1,
AppEntry
object2) {
211
public static class AppListLoader extends AsyncTaskLoader<List<
AppEntry
>> {
215
List<
AppEntry
> mApps;
232
@Override public List<
AppEntry
> loadInBackground() {
244
List<
AppEntry
> entries = new ArrayList<AppEntry>(apps.size())
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java
180
public static class
AppEntry
{
192
public
AppEntry
(AppOpsState state, ApplicationInfo info) {
270
private final
AppEntry
mApp;
273
public AppOpEntry(AppOpsManager.PackageOps pkg, AppOpsManager.OpEntry op,
AppEntry
app,
309
public
AppEntry
getAppEntry() {
407
AppEntry
appEntry
, AppOpsManager.OpEntry opEntry, boolean allowMerge, int switchOrder) {
410
if (last.getAppEntry() ==
appEntry
) {
421
AppOpEntry entry =
appEntry
.getOpSwitch(opEntry.getOp());
426
entry = new AppOpEntry(pkgOps, opEntry,
appEntry
, switchOrder)
[
all
...]
ApplicationsState.java
48
public void onRebuildComplete(ArrayList<
AppEntry
> apps);
89
public static class
AppEntry
extends SizeInfo {
118
AppEntry
(Context context, ApplicationInfo info, long id) {
163
public static final Comparator<
AppEntry
> ALPHA_COMPARATOR = new Comparator<
AppEntry
>() {
166
public int compare(
AppEntry
object1,
AppEntry
object2) {
178
public static final Comparator<
AppEntry
> SIZE_COMPARATOR
179
= new Comparator<
AppEntry
>() {
182
public int compare(
AppEntry
object1, AppEntry object2)
[
all
...]
Completed in 1184 milliseconds