Home
last modified time | relevance | path

Searched refs:oldVal (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DBitUtils.java121 public static String describeDifferences(final long oldVal, final long newVal, in describeDifferences() argument
123 final long changed = oldVal ^ newVal; in describeDifferences()
127 final long removed = oldVal & changed; in describeDifferences()
/packages/modules/AppSearch/testing/safeparceltests/src/android/app/appsearch/safeparcel/
DTestSafeParcelableWithoutRemovedParam.java27 public TestSafeParcelableWithoutRemovedParam(@Param(id = 1) String oldVal) { in TestSafeParcelableWithoutRemovedParam()
28 oldField = oldVal; in TestSafeParcelableWithoutRemovedParam()
DTestSafeParcelableWithRemovedParam.java30 @RemovedParam(id = 1, defaultValue = "-1") String oldVal, @Param(id = 2) int newVal) { in TestSafeParcelableWithRemovedParam()
32 newVal = Integer.parseInt(oldVal); in TestSafeParcelableWithRemovedParam()
/packages/apps/TV/src/com/android/tv/receiver/
DAudioCapabilitiesReceiver.java105 boolean oldVal = getBoolean(SETTINGS_KEY_AC3_PASSTHRU_CAPABILITIES, false); in reportAudioCapabilities()
111 if (!reported || oldVal != ac3Supported || REPORT_REVISION > revision) { in reportAudioCapabilities()
/packages/apps/Contacts/src/com/android/contacts/datepicker/
DDatePicker.java115 public void onValueChange(NumberPicker picker, int oldVal, int newVal) { in DatePicker()
145 public void onValueChange(NumberPicker picker, int oldVal, int newVal) { in DatePicker()
161 public void onValueChange(NumberPicker picker, int oldVal, int newVal) { in DatePicker()