HomeSort by relevance Sort by last modified time
    Searched refs:sLooper (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 48 static private Looper sLooper;
67 sLooper = Looper.myLooper();
70 if (sLooper == null) {
170 if (sLooper != Looper.myLooper()) {
  /frameworks/base/core/java/android/content/
AsyncQueryHandler.java 44 private static Looper sLooper = null;
128 if (sLooper == null) {
132 sLooper = thread.getLooper();
135 mWorkerThreadHandler = createHandler(sLooper);

Completed in 29 milliseconds