Home
last modified time | relevance | path

Searched refs:MSG_SPAM_ALARM (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java78 static final int MSG_SPAM_ALARM = 2; field in ActivityTestMain
98 case MSG_SPAM_ALARM: {
562 mHandler.removeMessages(MSG_SPAM_ALARM); in onStop()
634 mHandler.removeMessages(MSG_SPAM_ALARM); in scheduleSpamAlarm()
635 Message msg = mHandler.obtainMessage(MSG_SPAM_ALARM); in scheduleSpamAlarm()