OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYNC_UPLOAD_ONLY
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
VoicemailProviderChangeReceiver.java
34
context, OmtpVvmSyncService.
SYNC_UPLOAD_ONLY
, null, true /* firstAttempt */);
OmtpVvmSyncService.java
63
public static final String
SYNC_UPLOAD_ONLY
= "upload_only";
158
copyIntent.setAction(
SYNC_UPLOAD_ONLY
);
284
if (SYNC_FULL_SYNC.equals(action) ||
SYNC_UPLOAD_ONLY
.equals(action)) {
299
action =
SYNC_UPLOAD_ONLY
;
Completed in 35 milliseconds