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()
117 private int mIntValue; field in KeyValueBackupRestoreTest169 assertEquals(DEFAULT_INT_VALUE, mIntValue); in checkSharedPrefIsEmpty()181 assertEquals(INT_PREF_VALUE, mIntValue); in checkSharedPreferencesAreRestored()248 mIntValue = prefs.getInt(INT_PREF, DEFAULT_INT_VALUE); in readSharedPrefValues()259 Log.i(TAG, INT_PREF + ":" + mIntValue + "\n" in readSharedPrefValues()
36 private int mIntValue = -2; field in PropertyTest91 mIntValue = value; in setIntProp()95 return mIntValue; in getIntProp()