Home | History | Annotate | Download | only in telephony

Lines Matching defs:connection

138         private CarrierServiceConnection connection;
212 } else if (connection != null) {
213 // Component is unchanged and connection is up - do nothing, but cancel any
228 connection = new CarrierServiceConnection();
232 if (mContext.bindServiceAsUser(carrierService, connection,
257 if (connection == null) {
262 // Only let the binding linger if a delayed unbind is requested *and* the connection is
263 // currently active. If the connection is down, unbind immediately as the app is likely
266 if (immediate || !connection.connected) {
290 mContext.unbindService(connection);
291 connection = null;
302 pw.println(" connection: " + connection);