Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/debug/
DDeviceLockCommandReceiver.java91 private static final String EXTRA_IS_IN_APPROVED_COUNTRY = "is-in-approved-country"; field in DeviceLockCommandReceiver
250 if (intent.hasExtra(EXTRA_IS_IN_APPROVED_COUNTRY)) { in setDebugCheckInClientResponse()
252 intent.getBooleanExtra(EXTRA_IS_IN_APPROVED_COUNTRY, true)); in setDebugCheckInClientResponse()