Searched refs:mConnection (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DServiceProxy.java53 private final ServiceConnection mConnection = new ProxyConnection(); field in class:ServiceProxy
119 mContext.unbindService(mConnection);
126 synchronized(mConnection) {
130 mConnection.notify();
157 return mContext.bindService(mIntent, mConnection, Context.BIND_AUTO_CREATE);
161 synchronized (mConnection) {
167 mConnection.wait(mTimeout * 1000L);
/packages/apps/Email/src/com/android/email/mail/store/
H A DImapFolder.java72 private ImapConnection mConnection; field in class:ImapFolder
86 if (mConnection != null) {
87 mConnection.destroyResponses();
100 mConnection.executeSimpleCommand(ImapConstants.NOOP);
104 ioExceptionHandler(mConnection, ioe);
114 mConnection = mStore.getConnection();
128 throw ioExceptionHandler(mConnection, ioe);
134 mConnection = null;
147 return mExists && mConnection != null;
160 mStore.poolConnection(mConnection);
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java153 private RichInputConnection mConnection = new RichInputConnection(this); field in class:LatinIME
560 mConnection.beginBatchEdit();
562 mConnection.finishComposingText();
563 mConnection.endBatchEdit();
724 mConnection.resetCachesUponCursorMove(editorInfo.initialSelStart);
833 expectingUpdateSelectionFromLogger, mConnection);
855 && !mConnection.isBelatedExpectedUpdate(oldSelStart, newSelStart)) {
1101 mConnection.resetCachesUponCursorMove(newCursorPosition);
1129 return mConnection.getCursorCapsMode(inputType, mSubtypeSwitcher.getCurrentSubtypeLocale(),
1146 CharSequence lastTwo = mConnection
[all...]
/packages/apps/Phone/src/com/android/phone/
H A DEmergencyCallbackModeExitDialog.java132 EmergencyCallbackModeService.class), mConnection, Context.BIND_AUTO_CREATE);
154 unbindService(mConnection);
317 private ServiceConnection mConnection = new ServiceConnection() { field in class:EmergencyCallbackModeExitDialog
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DVCardService.java76 final MediaScannerConnection mConnection; field in class:VCardService.CustomMediaScannerConnectionClient
80 mConnection = new MediaScannerConnection(VCardService.this, this);
85 mConnection.connect();
91 mConnection.scanFile(mPath, null);
97 mConnection.disconnect();
H A DImportVCardActivity.java125 private ImportRequestConnection mConnection; field in class:ImportVCardActivity
251 if (mConnection == null) {
357 mConnection.sendImportRequest(requests);
373 unbindService(mConnection);
982 mConnection = new ImportRequestConnection();
989 mConnection, Context.BIND_AUTO_CREATE);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java952 private MediaScannerConnection mConnection; field in class:BluetoothOppService.MediaScannerNotifier
964 mConnection = new MediaScannerConnection(mContext, this);
966 mConnection.connect();
971 mConnection.scanFile(mInfo.mFilename, mInfo.mMimetype);
999 mConnection.disconnect();
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java182 mConnection, 0)) {
222 synchronized (mConnection) {
225 mService.unbindService(mConnection);
1022 private ServiceConnection mConnection = new ServiceConnection() { field in class:HeadsetStateMachine

Completed in 250 milliseconds