Searched refs:mTimeTickIntent (Results 1 – 2 of 2) sorted by relevance
209 Intent mTimeTickIntent; field in AlarmManagerService1528 mTimeTickIntent = new Intent(Intent.ACTION_TIME_TICK).addFlags( in onStart()1544 getContext().sendBroadcastAsUser(mTimeTickIntent, UserHandle.ALL); in onStart()3351 getContext().sendBroadcastAsUser(mTimeTickIntent, UserHandle.ALL)); in interactiveStateChangedLocked()
810 verify(mMockContext).sendBroadcastAsUser(mService.mTimeTickIntent, UserHandle.ALL); in sendsTimeTickOnInteractive()