OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZE_INVALID
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
AppViewHolder.java
76
} else if (entry.size == ApplicationsState.
SIZE_INVALID
) {
AppStorageSettings.java
75
private static final int
SIZE_INVALID
= -1;
260
if (size ==
SIZE_INVALID
) {
267
if (mAppEntry.size == ApplicationsState.
SIZE_INVALID
585
if (appEntry.size == ApplicationsState.
SIZE_INVALID
600
if (size ==
SIZE_INVALID
) {
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionPreference.java
66
mEntry.size == ApplicationsState.
SIZE_INVALID
) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java
73
public static final int
SIZE_INVALID
= -2;
486
return
SIZE_INVALID
;
497
return
SIZE_INVALID
;
[
all
...]
Completed in 214 milliseconds