Home | History | Annotate | Download | only in phone

Lines Matching refs:handler

36 import android.os.Handler;
282 * @param handler
286 public static boolean maybeDoOtaCall(Context context, Handler handler, int request) {
303 phone.registerForSubscriptionInfoReady(handler, request, null);
306 phone.unregisterForSubscriptionInfoReady(handler);
311 handler.sendEmptyMessageDelayed(request, OTA_CALL_LTE_RETRY_PERIOD);
1289 // handler and we have to do it here