Home
last modified time | relevance | path

Searched refs:mSet (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DLongSparseSet.java26 private final LongSparseArray<Object> mSet = new LongSparseArray<Object>(); field in LongSparseSet
36 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSetFullBackupPassword.java37 Button mCancel, mSet; field in SetFullBackupPassword
42 if (v == mSet) {
93 mSet = (Button) findViewById(R.id.backup_pw_set_button); in onCreate()
96 mSet.setOnClickListener(mButtonListener); in onCreate()
/packages/apps/Settings/src/com/android/settings/
DSetFullBackupPassword.java37 Button mCancel, mSet; field in SetFullBackupPassword
42 if (v == mSet) {
93 mSet = (Button) findViewById(R.id.backup_pw_set_button); in onCreate()
96 mSet.setOnClickListener(mButtonListener); in onCreate()