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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/support/
NewDeviceIntroSuggestionActivityTest.java 79 when(mFeatureFactory.supportFeatureProvider.getNewDeviceIntroUrl(any(Context.class)))
97 when(mFeatureFactory.supportFeatureProvider.getNewDeviceIntroUrl(any(Context.class)))
125 when(mFeatureFactory.supportFeatureProvider.getNewDeviceIntroUrl(any(Context.class)))
132 when(mFeatureFactory.supportFeatureProvider.getNewDeviceIntroUrl(any(Context.class)))
142 when(mFeatureFactory.supportFeatureProvider.getNewDeviceIntroUrl(any(Context.class)))
  /packages/apps/Settings/src/com/android/settings/overlay/
SupportFeatureProvider.java 79 String getNewDeviceIntroUrl(Context context);
  /packages/apps/Settings/src/com/android/settings/support/
NewDeviceIntroSuggestionActivity.java 131 final String url = supportProvider.getNewDeviceIntroUrl(context);

Completed in 2991 milliseconds