Searched refs:mSet (Results 1 – 2 of 2) sorted by relevance
26 private final LongSparseArray<Object> mSet = new LongSparseArray<Object>(); field in LongSparseSet36 if (mSet.get(key, null/*default*/) == THE_ONLY_VALID_VALUE) { in contains()48 mSet.put(key, THE_ONLY_VALID_VALUE); in add()57 mSet.delete(key); in remove()
36 Button mCancel, mSet; field in SetFullBackupPassword41 if (v == mSet) {92 mSet = (Button) findViewById(R.id.backup_pw_set_button); in onCreate()95 mSet.setOnClickListener(mButtonListener); in onCreate()