Searched refs:mTicker (Results 1 – 4 of 4) sorted by relevance
43 private Runnable mTicker; field in DigitalClock81 mTicker = new Runnable() { in onAttachedToWindow()89 mHandler.postAtTime(mTicker, next); in onAttachedToWindow()92 mTicker.run(); in onAttachedToWindow()
191 private final Runnable mTicker = new Runnable() { field in TextClock550 mTicker.run(); in chooseFormat()587 mTicker.run(); in onVisibilityAggregated()590 removeCallbacks(mTicker); in onVisibilityAggregated()
173 private final Ticker mTicker; field in AdbDebuggingManager203 mTicker = ticker; in AdbDebuggingManager()874 mAdbKeyStore.setLastConnectionTime(entry.getKey(), mTicker.currentTimeMillis()); in stopAdbDebuggingThread()919 mAdbKeyStore.setLastConnectionTime(key, mTicker.currentTimeMillis()); in handleMessage()998 key, mTicker.currentTimeMillis()); in handleMessage()1024 mTicker.currentTimeMillis()); in handleMessage()1045 mAdbKeyStore.setLastConnectionTime(key, mTicker.currentTimeMillis()); in handleMessage()1442 mAdbKeyStore.setLastConnectionTime(publicKey, mTicker.currentTimeMillis()); in onPairingResult()2057 mKeyMap.put(key, mTicker.currentTimeMillis()); in addExistingUserKeysToKeyStore()2125 long systemTime = mTicker.currentTimeMillis(); in filterOutOldKeys()[all …]
66714 Landroid/widget/DigitalClock;->mTicker:Ljava/lang/Runnable;70248 Landroid/widget/TextClock;->mTicker:Ljava/lang/Runnable;