Searched refs:oldVal (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/ |
D | BitUtils.java | 121 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/ |
D | TestSafeParcelableWithoutRemovedParam.java | 27 public TestSafeParcelableWithoutRemovedParam(@Param(id = 1) String oldVal) { in TestSafeParcelableWithoutRemovedParam() 28 oldField = oldVal; in TestSafeParcelableWithoutRemovedParam()
|
D | TestSafeParcelableWithRemovedParam.java | 30 @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/ |
D | AudioCapabilitiesReceiver.java | 105 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/ |
D | DatePicker.java | 115 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()
|