Searched refs:mHostDenyList (Results 1 – 1 of 1) sorted by relevance
71 private final String[] mHostDenyList; field in UsbHostManager248 mHostDenyList = context.getResources().getStringArray( in UsbHostManager()286 int count = mHostDenyList.length; in isDenyListed()288 if (deviceAddress.startsWith(mHostDenyList[i])) { in isDenyListed()