Searched refs:mService (Results 1 - 25 of 55) sorted by relevance

123

/packages/apps/Calendar/src/com/android/calendar/
H A DAbstractCalendarActivity.java6 protected AsyncQueryService mService; field in class:AbstractCalendarActivity
9 if (mService == null) {
10 mService = new AsyncQueryService(this);
12 return mService;
H A DDeleteEventHelper.java93 private AsyncQueryService mService; field in class:DeleteEventHelper
110 mService = new AsyncQueryService(mContext) {
139 mService.startDelete(mService.getNextToken(), null, uri, null, null, Utils.UNDO_DELAY);
211 mService.startQuery(mService.getNextToken(), null, uri, EditEventHelper.EVENT_PROJECTION,
348 mService.startUpdate(mService.getNextToken(), null, uri, values, null, null,
389 mService.startInsert(mService
[all...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DA2dpProfile.java34 * TODO: add null checks around calls to mService object.
37 private BluetoothA2dp mService; field in class:A2dpProfile
54 mService = (BluetoothA2dp) proxy;
58 mService = null;
77 return mService.getDevicesMatchingConnectionStates(
87 mService.disconnect(sink);
90 return mService.connect(device);
94 return mService.disconnect(device);
98 return mService.getConnectionState(device);
102 return mService
[all...]
H A DHeadsetProfile.java38 private BluetoothHeadset mService; field in class:HeadsetProfile
60 mService = (BluetoothHeadset) proxy;
64 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
83 mService = null;
88 // TODO(): The calls must get queued if mService becomes null.
111 List<BluetoothDevice> sinks = mService.getConnectedDevices();
114 mService.disconnect(sink);
117 return mService.connect(device);
121 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
124 if (mService
[all...]
H A DHidProfile.java33 private BluetoothInputDevice mService; field in class:HidProfile
46 mService = (BluetoothInputDevice) proxy;
52 mService = null;
70 return mService.connect(device);
74 return mService.disconnect(device);
78 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
81 ? mService.getConnectionState(device)
86 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
90 return mService.getPriority(device);
95 if (mService
[all...]
H A DPanProfile.java35 private BluetoothPan mService; field in class:PanProfile
51 mService = (BluetoothPan) proxy;
55 mService = null;
74 List<BluetoothDevice> sinks = mService.getConnectedDevices();
77 mService.disconnect(sink);
80 return mService.connect(device);
84 return mService.disconnect(device);
88 return mService.getConnectionState(device);
124 int state = mService.getConnectionState(device);
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DMeetingResponseParser.java27 private EasSyncService mService; field in class:MeetingResponseParser
31 mService = service;
39 mService.userLog("Error in meeting response: " + status);
42 mService.userLog("Meeting response calendar id: " + getValue());
H A DSettingsParser.java31 private final EasSyncService mService; field in class:SettingsParser
35 mService = service;
47 mService.userLog("Settings status = ", status);
76 mService.userLog("Set status = ", getValueInt());
H A DAbstractSyncParser.java43 protected EasSyncService mService; field in class:AbstractSyncParser
64 mService = adapter.mService;
65 mContext = mService.mContext;
67 mMailbox = mService.mMailbox;
68 mAccount = mService.mAccount;
134 mService.errorLog("Sync failed: " + CommandStatus.toString(status));
141 mService.errorLog("Bad sync key; RESET and delete data");
159 mService.mUpsyncFailed = true;
208 } else if (mService
[all...]
H A DMoveItemsParser.java27 private final EasSyncService mService; field in class:MoveItemsParser
47 mService = service;
86 mService.userLog("Error in MoveItems: " + status);
90 mService.userLog("Moved message id is now: " + mNewServerId);
H A DPingParser.java36 private EasSyncService mService; field in class:PingParser
49 mService = service;
58 mService.userLog("Changes found in: ", serverId);
75 mService.userLog("Ping completed, status = ", status);
H A DAttachmentLoader.java50 private final EasSyncService mService; field in class:AttachmentLoader
62 mService = service;
117 mService.userLog("Expected attachment length: ", len);
122 mService.userLog("Attachment load reached EOF, totalRead: ", totalRead);
146 mService.userLog("Read more than expected: ", totalRead);
183 boolean eas14 = mService.mProtocolVersionDouble >= Eas.SUPPORTED_PROTOCOL_EX2010_DOUBLE;
191 resp = mService.sendHttpClientPost("ItemOperations", s.toByteArray());
196 if (mService.mProtocolVersionDouble < Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
200 resp = mService.sendHttpClientPost(cmd, null, EasSyncService.COMMAND_TIMEOUT);
230 mService
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DAccountServiceProxy.java30 private IAccountService mService = null; field in class:AccountServiceProxy
39 mService = IAccountService.Stub.asInterface(binder);
52 mService.notifyLoginFailed(accountId);
62 mService.notifyLoginSucceeded(accountId);
73 mService.reconcileAccounts(protocol, accountManagerType);
85 mReturn = mService.getAccountColor(accountId);
102 mReturn = mService.getConfigurationData(accountType);
119 mReturn = mService.getDeviceId();
H A DEmailServiceProxy.java66 private IEmailService mService; field in class:EmailServiceProxy
109 mService = IEmailService.Stub.asInterface(binder);
132 if (mCallback != null) mService.setCallback(mCallback);
133 mService.loadAttachment(attachmentId, background);
159 if (mCallback != null) mService.setCallback(mCallback);
160 mService.startSync(mailboxId, userRequest);
176 if (mCallback != null) mService.setCallback(mCallback);
177 mService.stopSync(mailboxId);
195 if (mCallback != null) mService.setCallback(mCallback);
196 mReturn = mService
[all...]
H A DPolicyServiceProxy.java35 private IPolicyService mService = null; field in class:PolicyServiceProxy
44 mService = IPolicyService.Stub.asInterface(binder);
55 mReturn = mService.clearUnsupportedPolicies(arg0);
73 mReturn = mService.isActive(arg0);
91 mReturn = mService.isActiveAdmin();
109 mReturn = mService.isSupported(arg0);
127 mService.policiesRequired(arg0);
136 mService.remoteWipe();
145 mService.setAccountHoldFlag(arg0, arg1);
154 mService
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryPackInstallBroadcastReceiver.java32 final LatinIME mService; field in class:DictionaryPackInstallBroadcastReceiver
40 mService = service;
66 mService.resetSuggestMainDict();
84 mService.resetSuggestMainDict();
86 mService.resetSuggestMainDict();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DDictionaryPool.java27 private final AndroidSpellCheckerService mService; field in class:DictionaryPool
37 mService = service;
53 return mService.createDictAndProximity(mLocale);
/packages/apps/Email/tests/src/com/android/email/service/
H A DAttachmentDownloadServiceTests.java44 private AttachmentDownloadService mService; field in class:AttachmentDownloadServiceTests
71 mService = new AttachmentDownloadService();
72 mService.mContext = mMockContext;
73 mService.addServiceIntentForTest(mAccountId, new Intent(mContext,
76 mService.mAccountManagerStub = mAccountManagerStub;
77 mService.mConnectivityManager = new MockConnectivityManager(mContext, "mock");
78 mDownloadSet = mService.mDownloadSet;
80 new MockDirectory(mService.mContext.getCacheDir().getAbsolutePath());
150 mService.dequeue(att2.mId);
152 assertTrue(mService
[all...]
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackActivity.java78 private IMediaPlaybackService mService = null; field in class:MediaPlaybackActivity
274 artist = mService.getArtistName();
275 album = mService.getAlbumName();
276 song = mService.getTrackName();
277 audioid = mService.getAudioId();
371 if (!fromuser || (mService == null)) return;
377 mService.seek(mPosOverride);
424 if (mService == null) return;
426 if (mService.position() < 2000) {
427 mService
[all...]
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DExportProcessor.java50 private final VCardService mService; field in class:ExportProcessor
60 mService = service;
63 (NotificationManager)mService.getSystemService(Context.NOTIFICATION_SERVICE);
115 mService.getString(R.string.fail_reason_could_not_open_file,
125 mService.getString(R.string.config_export_vcard_type));
130 composer = new VCardComposer(mService, vcardType, true);
150 mService.getString(R.string.fail_reason_could_not_initialize_exporter,
159 mService.getString(R.string.fail_reason_no_exportable_contact);
178 mService.getString(R.string.fail_reason_error_occurred_during_export,
196 mService
[all...]
/packages/experimental/UiAutomation/library/src/com/android/testing/uiautomation/
H A DAutomationProvider.java31 private Provider mService = null; field in class:AutomationProvider
38 mService = null;
47 mService = Provider.Stub.asInterface(service);
69 if (mService == null) {
77 if (mService == null) {
81 if (!mService.checkUiVerificationEnabled()) {
97 result = mService.getCurrentActivityName();
114 result = mService.getCurrentActivityPackage();
131 result = mService.getCurrentActivityClass();
149 result = mService
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
H A DLanguageSwitcherProxy.java32 private LatinIME mService; field in class:LanguageSwitcherProxy
47 sInstance.mService = service;
85 if (mService != null) {
86 mService.onRefreshKeyboard();
H A DVoiceProxy.java107 private LatinIME mService; field in class:VoiceProxy
132 mService = service;
142 View view = LayoutInflater.from(mService).inflate(viewResource, null);
183 wordSeparators, mService.getCurrentInputConnection());
191 AlertDialog.Builder builder = new UrlLinkAlertDialogBuilder(mService);
220 mService.getText(R.string.voice_warning_may_not_understand), "\n\n",
221 mService.getText(R.string.voice_warning_how_to_turn_off));
224 mService.getText(R.string.voice_warning_locale_not_supported), "\n\n",
225 mService.getText(R.string.voice_warning_may_not_understand), "\n\n",
226 mService
[all...]
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectVisibleCalendarsFragment.java67 private AsyncQueryService mService; field in class:SelectVisibleCalendarsFragment
81 mService = new AsyncQueryService(activity) {
143 mQueryToken = mService.getNextToken();
144 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
153 mUpdateToken = mService.getNextToken();
159 mService.startUpdate(mUpdateToken, null, uri, values, null, null, 0);
165 if (mService != null) {
166 mService.cancelOperation(mQueryToken);
167 mQueryToken = mService.getNextToken();
168 mService
[all...]
/packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googleapps/
H A DLoginData.java47 public String mService = null; field in class:LoginData
64 this.mService = other.mService;
90 out.writeString(mService);
133 mService = in.readString();
168 sb.append(mService);

Completed in 490 milliseconds

123