Searched refs:mHostName (Results 1 – 4 of 4) 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 …]
63 private String mHostName; field in ClusterCommandEvent71 return mHostName; in getHostName()108 private String mHostName; field in ClusterCommandEvent.Builder136 mHostName = hostName; in setHostName()174 obj.mHostName = mHostName; in build()
32 private String mHostName; field in ClusterHostEvent75 return mHostName; in getHostName()117 private String mHostName; field in ClusterHostEvent.Builder144 mHostName = hostname; in setHostName()192 event.mHostName = mHostName; in build()
57 private String mHostName = null; field in DependenciesResolver