OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readOnlyCount
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java
276
int
readOnlyCount
= readOnlyRawContacts.size();
279
if (
readOnlyCount
> 0 && writableCount > 0) {
281
} else if (
readOnlyCount
> 0 && writableCount == 0) {
284
} else if (
readOnlyCount
== 0 && writableCount > 1) {
ContactMultiDeletionInteraction.java
233
final int
readOnlyCount
= readOnlyRawContacts.size();
238
if (
readOnlyCount
> 0 && writableCount > 0) {
240
} else if (
readOnlyCount
> 0 && writableCount == 0) {
Completed in 179 milliseconds