Searched refs:oldExecutor (Results 1 – 1 of 1) sorted by relevance
1385 Executor oldExecutor = mCallbackMap.put(callback, executor); in registerAvailabilityCallback() local1387 if (oldExecutor == null) { in registerAvailabilityCallback()1414 Executor oldExecutor = mTorchCallbackMap.put(callback, executor); in registerTorchCallback() local1416 if (oldExecutor == null) { in registerTorchCallback()