Searched refs:mReply (Results 1 – 6 of 6) sorted by relevance
115 @Nullable private PrefixDelegation mReply; field in Dhcp6Client379 int renewTimeout = mReply.t1; in scheduleLeaseTimers()380 int rebindTimeout = mReply.t2; in scheduleLeaseTimers()381 final long deprecationTimeout = mReply.getMinimalPreferredLifetime(); in scheduleLeaseTimers()382 final long expirationTimeout = mReply.getMinimalValidLifetime(); in scheduleLeaseTimers()433 mReply = null; in clearDhcp6State()570 mReply = pd; in receivePacket()603 mReply = pd; in receivePacket()622 notifyPrefixDelegation(DHCP6_PD_PREFIX_EXPIRED, mReply.getValidIaPrefixes()); in processMessage()651 notifyPrefixDelegation(DHCP6_PD_SUCCESS, mReply.getValidIaPrefixes()); in enter()[all …]
52 private DropDownPreference mReply; field in ZenModeSetCalendarPreferenceController67 mReply = cat.findPreference(KEY_REPLY); in updateState()69 if (mCalendar == null || mReply == null) { in updateState()75 mReply.setEntries(new CharSequence[] { in updateState()80 mReply.setEntryValues(new CharSequence[] { in updateState()85 mReply.setOnPreferenceChangeListener(mReplyChangeListener); in updateState()165 if (!Objects.equals(mReply.getValue(), Integer.toString(mEvent.reply))) { in updatePrefValues()166 mReply.setValue(Integer.toString(mEvent.reply)); in updatePrefValues()
33 private boolean mReply; field in EventHandler.Stub36 mReply = reply;} in Stub()40 return mReply; in accept()
54 private DropDownPreference mReply; field in ZenModeEventRuleSettings146 mReply = (DropDownPreference) root.findPreference(KEY_REPLY); in onCreateInternal()147 mReply.setEntries(new CharSequence[] { in onCreateInternal()152 mReply.setEntryValues(new CharSequence[] { in onCreateInternal()157 mReply.setOnPreferenceChangeListener(new OnPreferenceChangeListener() { in onCreateInternal()177 if (!Objects.equals(mReply.getValue(), Integer.toString(mEvent.reply))) { in updateControlsInternal()178 mReply.setValue(Integer.toString(mEvent.reply)); in updateControlsInternal()
66 private DropDownPreference mCalendar, mReply; field in ZenModeSetCalendarPreferenceControllerTest76 mReply = new DropDownPreference(mContext); in setUp()78 when(mPrefCategory.findPreference(KEY_REPLY)).thenReturn(mReply); in setUp()124 assertThat(mReply.getValue()).isEqualTo(Integer.toString(eventInfo.reply)); in updateState_setsPreferenceValues()
112 private HeaderSet mReply = null; field in AvrcpBipObexServerTest128 mReply = new HeaderSet(); in setUp()138 mReply = null; in tearDown()184 int responseCode = mAvrcpBipObexServer.onConnect(mRequest, mReply); in testConnectWithValidUuidHeader()193 int responseCode = mAvrcpBipObexServer.onConnect(mRequest, mReply); in testConnectWithInvalidUuidHeader()201 mAvrcpBipObexServer.onDisconnect(mRequest, mReply); in testDisonnect()