HomeSort by relevance Sort by last modified time
    Searched refs:mIntValue (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DevicePolicyEventWrapper.java 32 private final int mIntValue;
40 mIntValue = builder.mIntValue;
86 && mIntValue == other.mIntValue
98 EventId.forNumber(mEventId), mEventId, mIntValue, mBooleanValue,
107 private int mIntValue;
119 mIntValue = value;
  /cts/tests/tests/util/src/android/util/cts/
PropertyTest.java 36 private int mIntValue = -2;
91 mIntValue = value;
95 return mIntValue;
  /cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
KeyValueBackupRestoreTest.java 117 private int mIntValue;
169 assertEquals(DEFAULT_INT_VALUE, mIntValue);
181 assertEquals(INT_PREF_VALUE, mIntValue);
248 mIntValue = prefs.getInt(INT_PREF, DEFAULT_INT_VALUE);
259 Log.i(TAG, INT_PREF + ":" + mIntValue + "\n"

Completed in 71 milliseconds