HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_TIME_TICK (Results 1 - 14 of 14) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DateView.java 40 if (action.equals(Intent.ACTION_TIME_TICK)
79 filter.addAction(Intent.ACTION_TIME_TICK);
Clock.java 82 filter.addAction(Intent.ACTION_TIME_TICK);
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 32 Intent.ACTION_TIME_TICK,
  /frameworks/base/core/java/android/widget/
DateTimeView.java 222 filter.addAction(Intent.ACTION_TIME_TICK);
242 if (Intent.ACTION_TIME_TICK.equals(action)) {
AnalogClock.java 102 filter.addAction(Intent.ACTION_TIME_TICK);
  /frameworks/base/core/java/com/android/internal/widget/
DigitalClock.java 138 filter.addAction(Intent.ACTION_TIME_TICK);
  /packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java 140 filter.addAction(Intent.ACTION_TIME_TICK);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardUpdateMonitor.java 213 filter.addAction(Intent.ACTION_TIME_TICK);
227 if (Intent.ACTION_TIME_TICK.equals(action)
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 131 new Intent(Intent.ACTION_TIME_TICK).addFlags(
764 filter.addAction(Intent.ACTION_TIME_TICK);
771 if (intent.getAction().equals(Intent.ACTION_TIME_TICK)) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 131 filter.addAction(Intent.ACTION_TIME_TICK);
  /frameworks/base/core/java/android/content/
Intent.java 502 * <li> {@link #ACTION_TIME_TICK}
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 189 milliseconds