Searched refs:DIRECTION (Results 1 – 5 of 5) sorted by relevance
354 .set(MediaMetrics.Property.DIRECTION, mVal1 > 0 ? "up" : "down") in logMetricEvent()365 .set(MediaMetrics.Property.DIRECTION, mVal1 > 0 ? "up" : "down") in logMetricEvent()
3291 .set(MediaMetrics.Property.DIRECTION, direction > 0 in adjustSuggestedStreamVolume()
623 case (int) Telecom.Call.DIRECTION: in processCallDataFromSync()624 call.setDirection(pis.readInt(Telecom.Call.DIRECTION)); in processCallDataFromSync()661 pos.write(Telecom.Call.DIRECTION, call.getDirection()); in createCallUpdateMessage()
133 dump.write("direction", UsbEndPointProto.DIRECTION, endpoint.getDirection()); in writeEndpoint()
112 public static final Key<String> DIRECTION = createKey("direction", String.class); field in MediaMetrics.Property