Searched refs:mConnection (Results 1 - 6 of 6) 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/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.java77 final MediaScannerConnection mConnection; field in class:VCardService.CustomMediaScannerConnectionClient
81 mConnection = new MediaScannerConnection(VCardService.this, this);
86 mConnection.connect();
92 mConnection.scanFile(mPath, null);
98 mConnection.disconnect();
H A DImportVCardActivity.java125 private ImportRequestConnection mConnection; field in class:ImportVCardActivity
251 if (mConnection == null) {
357 mConnection.sendImportRequest(requests);
373 unbindService(mConnection);
984 mConnection = new ImportRequestConnection();
991 mConnection, Context.BIND_AUTO_CREATE);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java922 private MediaScannerConnection mConnection; field in class:BluetoothOppService.MediaScannerNotifier
934 mConnection = new MediaScannerConnection(mContext, this);
936 mConnection.connect();
941 mConnection.scanFile(mInfo.mFilename, mInfo.mMimetype);
969 mConnection.disconnect();

Completed in 618 milliseconds