Home | History | Annotate | Download | only in phone

Lines Matching refs:Thread

71      * request after sending. The main thread will notify the request when it is complete.
76 /** The result of the request that is run on the main thread */
85 * A handler that processes messages on the main thread in the phone process. Since many
86 * of the Phone calls are not thread safe this is needed to shuttle the requests from the
87 * inbound binder threads to the main thread in the phone process. The Binder thread
93 * note that request.result must be set to something non-null for the calling thread to
108 // Wake up the requesting thread
127 // create an empty list to notify the waiting thread
130 // Wake up the requesting thread
160 // Wake up the requesting thread
174 * Posts the specified command to be executed on the main thread,
180 throw new RuntimeException("This method will deadlock if called from the main thread.");
202 * Posts the specified command to be executed on the main thread, and
348 * This should only be called from the main thread of the Phone app.
395 * This should only be called from the main thread of the Phone app.
439 * Helper thread to turn async call to {@link SimCard#supplyPin} into
442 private static class UnlockSim extends Thread {
497 Thread.currentThread().interrupt();
514 Thread.currentThread().interrupt();