Searched refs:mLooper (Results 1 – 4 of 4) sorted by relevance
66 private Looper mLooper; field in NotificationPlayer84 mLooper = Looper.myLooper(); in run()135 if((mLooper != null) in startSound()136 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) { in startSound()137 mLooper.quit(); in startSound()189 if((mLooper != null) in run()190 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) { in run()191 mLooper.quit(); in run()223 if(mLooper != null) { in onCompletion()224 mLooper.quit(); in onCompletion()
263 private Looper mLooper; field in Ringer.Worker269 while (mLooper == null) { in Worker()279 return mLooper; in getLooper()285 mLooper = Looper.myLooper(); in run()292 mLooper.quit(); in quit()
769 private Looper mLooper; field in NotificationController.NotificationThread774 while (mLooper == null) { in NotificationThread()788 mLooper = Looper.myLooper(); in run()796 return mLooper; in getLooper()
1352 private Looper mLooper; field in MediaPlaybackActivity.Worker1364 while (mLooper == null) { in Worker()1374 return mLooper; in getLooper()1380 mLooper = Looper.myLooper(); in run()1387 mLooper.quit(); in quit()