Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DInputController.java69 private static final AtomicLong sNextPhysId = new AtomicLong(1); field in InputController
285 return formatSimple("virtual%s:%d", type, sNextPhysId.getAndIncrement()); in createPhys()