Home
last modified time | relevance | path

Searched refs:mExecutorFactory (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java237 public ExecutorFactory mExecutorFactory = new ImsExecutorFactory(); field in ImsManager
463 mExecutorFactory.executeRunnable(() -> { in isSupported()
1084 mExecutorFactory.executeRunnable(() -> { in setWfcModeInternal()
1153 mExecutorFactory.executeRunnable(() -> { in setWfcRoamingSettingInternal()
1859 mExecutorFactory.executeRunnable(() -> { in getRegistrationTech()
2089 mExecutorFactory.executeRunnable(() -> { in setRttConfig()
2243 mExecutorFactory.executeRunnable(() -> { in getImsServiceState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsManagerTest.java876 ((ImsManager.ImsExecutorFactory) imsManager.mExecutorFactory).destroy(); in getImsManagerAndInitProvisionedValues()
877 imsManager.mExecutorFactory = Runnable::run; in getImsManagerAndInitProvisionedValues()