Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/debug/
DDeviceLockCommandReceiver.java95 private static final String EXTRA_REPORT_INTERVAL_MINUTES = "report-interval-minutes"; field in DeviceLockCommandReceiver
274 if (intent.hasExtra(EXTRA_REPORT_INTERVAL_MINUTES)) { in setUpDebugScheduler()
276 intent.getLongExtra(EXTRA_REPORT_INTERVAL_MINUTES, in setUpDebugScheduler()