Searched refs:mHostName (Results 1 – 2 of 2) sorted by relevance
62 private String mHostName = null; field in JSONFileKeyStoreFactory68 mHostName = getHostName(); in createKeyStoreClient()104 if (mHostName == null) { in getHostName()106 mHostName = InetAddress.getLocalHost().getHostName(); in getHostName()112 return mHostName; in getHostName()155 mHostName, mJsonFile.getAbsolutePath()); in overrideClientWithHostKeyStoreFromFile()164 mHostName, key, mJsonFile.getAbsolutePath()); in overrideClientWithHostKeyStoreFromFile()183 if (pattern.matcher(mHostName).matches()) { in getHostKeyStoreFromFile()186 mHostName, patternString, file.getAbsolutePath()); in getHostKeyStoreFromFile()192 mHostName, file.toString())); in getHostKeyStoreFromFile()[all …]
68 private String mHostName; field in ClusterCommandEvent76 return mHostName; in getHostName()113 private String mHostName; field in ClusterCommandEvent.Builder141 mHostName = hostName; in setHostName()179 obj.mHostName = mHostName; in build()