List of usage examples for android.app Dialog hashCode
@HotSpotIntrinsicCandidate public native int hashCode();
From source file:Main.java
public static void registerDialog(Dialog d) { // TODO Auto-generated method stub mDialogArray.append(d.hashCode(), d); }