Searched refs:mTimeTickIntent (Results 1 – 2 of 2) sorted by relevance
265 Intent mTimeTickIntent; field in AlarmManagerService1665 mTimeTickIntent = new Intent(Intent.ACTION_TIME_TICK).addFlags( in onStart()1681 getContext().sendBroadcastAsUser(mTimeTickIntent, UserHandle.ALL); in onStart()3784 getContext().sendBroadcastAsUser(mTimeTickIntent, UserHandle.ALL)); in interactiveStateChangedLocked()
1152 verify(mMockContext).sendBroadcastAsUser(mService.mTimeTickIntent, UserHandle.ALL); in sendsTimeTickOnInteractive()