Home | History | Annotate | Download | only in telephony

Lines Matching refs:unbind

175                 // Unbind after a delay in case this is a temporary blip in carrier privileges.
176 unbind(false /* immediate */);
182 // If we are binding to a different package, unbind immediately from the current one.
184 unbind(true /* immediate */);
205 unbind(true /* immediate */);
210 // Unbind immediately if the carrier service component has changed.
211 unbind(true /* immediate */);
245 unbind(true /* immediate */);
252 * delay. This should be true unless the reason for the unbind is that no
256 void unbind(boolean immediate) {
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
272 log("Scheduling unbind in " + UNBIND_DELAY_MILLIS + " millis");
288 // Actually unbind
377 appBinding.unbind(true /* immediate */);