Searched refs:mService (Results 51 - 60 of 60) sorted by relevance

123

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DEmailSyncAdapter.java157 mService.clearRequests();
427 boolean ex10 = mService.mProtocolVersionDouble >= Eas.SUPPORTED_PROTOCOL_EX2010_DOUBLE;
428 boolean ex03 = mService.mProtocolVersionDouble < Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE;
456 EasResponse resp = mService.sendHttpClientPost("GetItemEstimate",
873 att.mAccountKey = mService.mAccount.mId;
1078 mService.userLog("Update of " + serverId + " failed; will retry");
1080 mService.mUpsyncFailed = true;
1223 synchronized (mService.getSynchronizer()) {
1224 if (mService.isStopped()) return;
1518 mService
[all...]
H A DCalendarSyncAdapter.java185 Cursor c = mService.mContentResolver.query(Calendars.CONTENT_URI,
193 mCalendarId = CalendarUtilities.createCalendar(mService, mAccount, mMailbox);
269 ContentProviderClient client = mService.mContentResolver
299 ContentProviderClient client = mService.mContentResolver
648 mService.userLog("Maximum number of attendees exceeded; redacting");
964 mService.userLog("Attendees redacted in this exception");
1411 Cursor c = mService.mContentResolver.query(ExtendedProperties.CONTENT_URI,
1496 final Double version = mService.mProtocolVersionDouble;
1517 mService.mContentResolver.update(
1769 ContentResolver cr = mService
[all...]
H A DContactsSyncAdapter.java250 ContentProviderClient client = mService.mContentResolver
282 ContentProviderClient client = mService.mContentResolver
1054 synchronized (mService.getSynchronizer()) {
1055 if (!mService.isStopped()) {
1058 mService.userLog("Executing ", size(), " CPO's");
1612 if (mService.mProtocolVersionDouble < Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
1728 if (mService.mProtocolVersionDouble >= Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
1820 ContentResolver cr = mService.mContentResolver;
1853 ContentResolver cr = mService.mContentResolver;
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java481 private AdapterService mService; field in class:AdapterService.AdapterServiceBinder
484 mService = svc;
487 mService = null;
492 if (mService != null && mService.isAvailable()) {
493 return mService;
/packages/apps/Music/src/com/android/music/
H A DTrackBrowserActivity.java1100 mService = service;
1106 mNowPlaying = mService.getQueue();
1156 removed += mService.removeTrack(trackid);
1160 mNowPlaying = mService.getQueue();
1203 if (mService.removeTracks(which, which) == 0) {
1220 mService.moveQueueItem(from, to);
1221 mNowPlaying = mService.getQueue();
1327 private IMediaPlaybackService mService; field in class:TrackBrowserActivity.NowPlayingCursor
/packages/apps/Calendar/src/com/android/calendar/
H A DAsyncQueryServiceHelper.java49 protected Class<AsyncQueryService> mService = AsyncQueryService.class; field in class:AsyncQueryServiceHelper
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java138 private final AsyncQueryService mService; field in class:EditEventHelper
223 mService = ((AbstractCalendarActivity)context).getAsyncQueryService();
534 mService.startBatch(mService.getNextToken(), null, android.provider.CalendarContract.AUTHORITY, ops,
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DImportVCardActivity.java189 private VCardService mService; field in class:ImportVCardActivity.ImportRequestConnection
193 mService.handleImportRequest(requests, mListener);
198 mService = ((VCardService.MyBinder) binder).getService();
/packages/apps/Calendar/tests/src/com/android/calendar/event/
H A DEditEventHelperTest.java136 if (mService == null) {
137 mService = new AsyncQueryService(this) {
145 return mService;
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningProcessesView.java93 ActivityManager.RunningServiceInfo mService; field in class:RunningProcessesView.ActiveItem

Completed in 331 milliseconds

123