Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/tests/util/src/com/android/rkpdapp/testutil/
DSystemInterfaceSelector.java32 SystemInterface matchingInterface = null; in getSystemInterfaceForServiceName() local
35 matchingInterface = systemInterface; in getSystemInterfaceForServiceName()
38 if (matchingInterface == null) { in getSystemInterfaceForServiceName()
42 return matchingInterface; in getSystemInterfaceForServiceName()