Searched refs:mIntValue (Results 1 – 3 of 3) sorted by relevance
32 private final int mIntValue; field in DevicePolicyEventWrapper40 mIntValue = builder.mIntValue; in DevicePolicyEventWrapper()86 && mIntValue == other.mIntValue in equals()98 EventId.forNumber(mEventId), mEventId, mIntValue, mBooleanValue, in toString()107 private int mIntValue; field in DevicePolicyEventWrapper.Builder119 mIntValue = value; in setInt()
36 private int mIntValue = -2; field in PropertyTest91 mIntValue = value; in setIntProp()95 return mIntValue; in getIntProp()
124 private int mIntValue; field in KeyValueBackupRestoreTest179 assertEquals(DEFAULT_INT_VALUE, mIntValue); in checkSharedPrefIsEmpty()191 assertEquals(INT_PREF_VALUE, mIntValue); in checkSharedPreferencesAreRestored()258 mIntValue = prefs.getInt(INT_PREF, DEFAULT_INT_VALUE); in readSharedPrefValues()269 Log.i(TAG, INT_PREF + ":" + mIntValue + "\n" in readSharedPrefValues()