Searched refs:doResume (Results 1 – 5 of 5) sorted by relevance
95 public synchronized void doResume() { in doResume() method in NativeNfcTag.PresenceCheckWatchdog225 mWatchdog.doResume(); in connectWithStatus()297 mWatchdog.doResume(); in reconnectWithStatus()313 mWatchdog.doResume(); in reconnectWithStatus()326 mWatchdog.doResume(); in transceive()338 mWatchdog.doResume(); in checkNdefWithStatus()355 mWatchdog.doResume(); in readNdef()368 mWatchdog.doResume(); in writeNdef()381 mWatchdog.doResume(); in presenceCheck()394 mWatchdog.doResume(); in formatNdef()[all …]
74 boolean haveData = mRunningProcessesView.doResume(this, mRunningProcessesAvail); in onResume()
478 public boolean doResume(SettingsPreferenceFragment owner, Runnable dataAvail) { in doResume() method in RunningProcessesView