Searched refs:exceptionRef (Results 1 – 3 of 3) sorted by relevance
111 exceptionRef.set(e); in addImsConfigCallback()117 throw exceptionRef.get(); in addImsConfigCallback()128 exceptionRef.set(e); in removeImsConfigCallback()134 throw exceptionRef.get(); in removeImsConfigCallback()172 throw exceptionRef.get(); in getConfigInt()211 throw exceptionRef.get(); in getConfigString()247 exceptionRef.set(e); in setConfigInt()288 exceptionRef.set(e); in setConfigString()308 exceptionRef.set(e); in updateImsCarrierConfigs()335 exceptionRef.set(e); in notifyRcsAutoConfigurationReceived()[all …]
221 AtomicReference<RemoteException> exceptionRef = new AtomicReference<>();226 exceptionRef.set(e);230 if (exceptionRef.get() != null) {231 throw exceptionRef.get();
148 exceptionRef.set(e);153 if (exceptionRef.get() != null) {154 throw exceptionRef.get();178 exceptionRef.set(e);183 if (exceptionRef.get() != null) {184 throw exceptionRef.get();197 exceptionRef.set(e);202 if (exceptionRef.get() != null) {203 throw exceptionRef.get();222 exceptionRef.set(e);[all …]