OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_LOADED
(Results
1 - 4
of
4
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryPartition.java
29
public static final int
STATUS_LOADED
= 2;
ContactEntryListFragment.java
142
private static final int
STATUS_LOADED
= 2;
424
mDirectoryListStatus =
STATUS_LOADED
;
[
all
...]
ContactEntryListAdapter.java
469
((DirectoryPartition)partition).setStatus(DirectoryPartition.
STATUS_LOADED
);
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
GenericSoundModelTest.java
184
final int
STATUS_LOADED
= 1;
231
modelInfo.status =
STATUS_LOADED
;
232
} else if (operation == 1 && modelInfo.status ==
STATUS_LOADED
) {
256
modelInfo.status =
STATUS_LOADED
;
Completed in 73 milliseconds