Searched refs:clusterId (Results 1 – 2 of 2) sorted by relevance
1186 public void onClusterChangeNotification(int flag, byte[] clusterId) { in onClusterChangeNotification() argument1190 msg.obj = clusterId; in onClusterChangeNotification()1528 byte[] clusterId = (byte[]) msg.obj; in processNotification()1530 onClusterChangeLocal(flag, clusterId); in processNotification()3210 private void onClusterChangeLocal(int flag, byte[] clusterId) { in onClusterChangeLocal() argument3213 + String.valueOf(HexEncoding.encode(clusterId))); in onClusterChangeLocal()3218 client.onClusterChange(flag, clusterId, mCurrentDiscoveryInterfaceMac); in onClusterChangeLocal()
4387 for (int clusterId = 0; clusterId < strings.length; clusterId++) { in loadNicknameLookupTable()4388 String[] names = strings[clusterId].split(","); in loadNicknameLookupTable()4393 nicknameLookupInsert.bindString(2, String.valueOf(clusterId)); in loadNicknameLookupTable()