Searched refs:sMyThread (Results 1 – 4 of 4) sorted by relevance
50 private static final HandlerThread sMyThread = new HandlerThread("MyCallbackThread"); field in MyAutofillCallback54 Log.i(TAG, "Starting thread " + sMyThread); in Log.i() argument55 sMyThread.start(); in sMyThread.start()59 mHandler = Handler.createAsync(sMyThread.getLooper()); in MyAutofillCallback()
57 private static final HandlerThread sMyThread = field in InstrumentedFieldClassificationService68 Log.i(TAG, "Starting thread " + sMyThread); in Log.i() argument69 sMyThread.start(); in sMyThread.start()73 mHandler = Handler.createAsync(sMyThread.getLooper()); in InstrumentedFieldClassificationService()
75 private static final HandlerThread sMyThread = new HandlerThread("MyAugmentedServiceThread"); field in CtsAugmentedAutofillService81 Log.i(TAG, "Starting thread " + sMyThread); in Log.i() argument82 sMyThread.start(); in sMyThread.start()86 mHandler = Handler.createAsync(sMyThread.getLooper()); in CtsAugmentedAutofillService()
106 private static final HandlerThread sMyThread = new HandlerThread("MyServiceThread"); field in InstrumentedAutoFillService112 Log.i(TAG, "Starting thread " + sMyThread); in Log.i() argument113 sMyThread.start(); in sMyThread.start()119 mHandler = Handler.createAsync(sMyThread.getLooper()); in InstrumentedAutoFillService()