Home
last modified time | relevance | path

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

/tools/tradefederation/core/util-apps/DeviceSetupUtil/src/com/android/tradefed/utils/
DDeviceSetupIntentReceiver.java32 DEVICE_SETUP_INTENT = "com.android.tradefed.utils.DEVICE_SETUP"; field in DeviceSetupIntentReceiver
38 if (DEVICE_SETUP_INTENT.equals(intent.getAction())) { in onReceive()