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