Searched refs:executeInternal (Results 1 – 3 of 3) sorted by relevance
188 mHandler.post(() -> executeInternal(call)); in executeApiCall()191 private void executeInternal(RemoteLockscreenValidationClientImpl.Call call) { in executeInternal() method in RemoteLockscreenValidationClientImpl
418 mHandler.post(() -> executeInternal(apiCaller)); in executeApiCall()421 private void executeInternal(ApiCaller apiCaller) { in executeInternal() method in QuickAccessWalletClientImpl
1263 executeInternal((Runnable) msg.obj); in handleMessage()1269 private void executeInternal(Runnable task) { in executeInternal() method in SipService.MyExecutor