Searched refs:mLifecycleExecutor (Results 1 – 2 of 2) sorted by relevance
54 private final Executor mLifecycleExecutor; field in RemoteLockscreenValidationClientImpl71 mLifecycleExecutor = (bgExecutor == null) ? Runnable::run : bgExecutor; in RemoteLockscreenValidationClientImpl()120 mLifecycleExecutor.execute(() -> mContext.unbindService(/* conn= */ this)); in disconnectInternal()141 mLifecycleExecutor.execute(() -> mContext.bindService(intent, this, flags)); in connectInternal()
70 private final Executor mLifecycleExecutor; field in QuickAccessWalletClientImpl87 mLifecycleExecutor = (bgExecutor == null) ? Runnable::run : bgExecutor; in QuickAccessWalletClientImpl()369 mLifecycleExecutor.execute(() -> mContext.bindService(intent, this, flags)); in connectInternal()411 mLifecycleExecutor.execute(() -> mContext.unbindService(/*conn=*/ this)); in disconnectInternal()