Home
last modified time | relevance | path

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

/development/samples/browseable/RuntimePermissionsWear/Wearable/src/com.example.android.wearable.runtimepermissions/
DMainWearActivity.java150 int numberOfSensorsOnDevice = sensorList.size(); in onClickWearBodySensors() local
152 logToUi(numberOfSensorsOnDevice + " sensors on device(s)!"); in onClickWearBodySensors()
338 int numberOfSensorsOnDevice = sensorList.size(); in onRequestPermissionsResult() local
340 String sensorSummary = numberOfSensorsOnDevice + " sensors on this device!"; in onRequestPermissionsResult()
DIncomingRequestWearService.java121 int numberOfSensorsOnDevice = sensorList.size(); in respondWithSensorInformation() local
123 String sensorSummary = numberOfSensorsOnDevice + " sensors on wear device(s)!"; in respondWithSensorInformation()