Home
last modified time | relevance | path

Searched refs:mGeocodeRetryTimer (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java119 private AlarmManager mGeocodeRetryTimer = null; field in UwbCountryCode
181 mGeocodeRetryTimer = mContext.getSystemService(AlarmManager.class); in UwbCountryCode()
455 mGeocodeRetryTimer.setInexactRepeating(AlarmManager.ELAPSED_REALTIME, in startRetryRequest()
465 mGeocodeRetryTimer.cancel(getRetryTimerBroadcast()); in stopRetryRequest()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbCountryCodeTest.java105 @Mock AlarmManager mGeocodeRetryTimer; field in UwbCountryCodeTest
183 when(mContext.getSystemService(AlarmManager.class)).thenReturn(mGeocodeRetryTimer); in setUp()