Searched refs:onReconfigureFailed (Results 1 – 3 of 3) sorted by relevance
190 void onReconfigureFailed(@Reason int reason, @NonNull PersistableBundle params); in onReconfigureFailed() method434 executeCallback(() -> mCallback.onReconfigureFailed(reason, params)); in onRangingReconfigureFailed()
133 verify(callback, times(1)).onReconfigureFailed(eq(REASON), eq(PARAMS)); in testCorrectCallbackInvoked()259 verify(callback, times(1)).onReconfigureFailed(eq(reasonOut), eq(PARAMS)); in runReason()
14315 method public void onReconfigureFailed(int, @NonNull android.os.PersistableBundle);