Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DContentSuggestionsActivity.java32 public static final String CONTENT_SUGGESTIONS_PACKAGE_NAME = field in ContentSuggestionsActivity
34 public static final String CONTENT_SUGGESTIONS_ACTIVITY_NAME = CONTENT_SUGGESTIONS_PACKAGE_NAME
46 CONTENT_SUGGESTIONS_PACKAGE_NAME, CONTENT_SUGGESTIONS_ACTIVITY_NAME)); in onCreate()
59 throw new IllegalStateException(CONTENT_SUGGESTIONS_PACKAGE_NAME in isContentSuggestionsEnabled()
DContentSuggestionsRestrictionsTest.java22 … com.android.cts.deviceandprofileowner.ContentSuggestionsActivity.CONTENT_SUGGESTIONS_PACKAGE_NAME;
79 CONTENT_SUGGESTIONS_PACKAGE_NAME, CONTENT_SUGGESTIONS_ACTIVITY_NAME); in launchActivityAndGetEnabled()