OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCAL_INVISIBLE
(Results
1 - 19
of
19
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryListLoader.java
94
* A flag that indicates whether the {@link Directory#
LOCAL_INVISIBLE
} directory should
126
: (Directory._ID + "!=" + Directory.
LOCAL_INVISIBLE
);
132
: (" AND " + Directory._ID + "!=" + Directory.
LOCAL_INVISIBLE
));
140
: (" AND " + Directory._ID + "!=" + Directory.
LOCAL_INVISIBLE
));
185
Directory.
LOCAL_INVISIBLE
,
ContactListAdapter.java
190
return directoryId != Directory.DEFAULT && directoryId != Directory.
LOCAL_INVISIBLE
298
|| mSelectedContactDirectoryId == Directory.
LOCAL_INVISIBLE
)) {
DefaultContactListAdapter.java
79
if (directoryId != Directory.DEFAULT && directoryId != Directory.
LOCAL_INVISIBLE
) {
ContactEntryListAdapter.java
51
* Indicates whether the {@link Directory#
LOCAL_INVISIBLE
} directory should
689
&& directoryId != Directory.
LOCAL_INVISIBLE
;
PhoneNumberListAdapter.java
472
// The Directory.
LOCAL_INVISIBLE
is not in the cursor but we can't reuse it's
474
long maxId = Directory.
LOCAL_INVISIBLE
;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DirectoryTest.java
65
ContentUris.withAppendedId(Directory.CONTENT_URI, Directory.
LOCAL_INVISIBLE
);
108
ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.
LOCAL_INVISIBLE
))
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java
250
deleteWhereArgs.add(String.valueOf(Directory.
LOCAL_INVISIBLE
));
317
values.put(Directory._ID, Directory.
LOCAL_INVISIBLE
);
ContactsProvider2.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/model/
Contact.java
367
&& mDirectoryId != Directory.
LOCAL_INVISIBLE
;
ContactLoader.java
624
if (directoryId == Directory.DEFAULT || directoryId == Directory.
LOCAL_INVISIBLE
) {
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java
264
&& mSelectedContactDirectoryId != Directory.
LOCAL_INVISIBLE
) {
/frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java
603
if (id == Directory.
LOCAL_INVISIBLE
) {
[
all
...]
/frameworks/base/core/java/android/provider/
ContactsContract.java
377
* {@link Directory#
LOCAL_INVISIBLE
Directory.
LOCAL_INVISIBLE
}.
466
public static final long
LOCAL_INVISIBLE
= 1;
[
all
...]
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 200 milliseconds