Searched refs:callingNumber (Results 1 – 1 of 1) sorted by relevance
33 private final String callingNumber; field in LightbringerTech39 @NonNull String callingNumber) { in LightbringerTech() argument42 this.callingNumber = Assert.isNotNull(callingNumber); in LightbringerTech()49 return callState == Call.STATE_ACTIVE && lightbringer.isReachable(context, callingNumber); in isAvailable()