HomeSort by relevance Sort by last modified time
    Searched refs:ImsServiceControllerFactory (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsResolver.java 115 public ImsServiceControllerFactory controllerFactory;
263 public interface ImsServiceControllerFactory {
275 private ImsServiceControllerFactory mImsServiceControllerFactory =
276 new ImsServiceControllerFactory() {
299 private ImsServiceControllerFactory mImsServiceControllerFactoryCompat =
300 new ImsServiceControllerFactory() {
313 private ImsServiceControllerFactory mImsServiceControllerFactoryStaticBindingCompat =
314 new ImsServiceControllerFactory() {
481 public void setImsServiceControllerFactory(ImsServiceControllerFactory factory) {
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
ImsResolverTest.java     [all...]

Completed in 440 milliseconds