Home
last modified time | relevance | path

Searched refs:getRestrictionFromIntent (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DActionDisabledByAdminDialog.java41 final String restriction = getRestrictionFromIntent(getIntent()); in onCreate()
53 final String restriction = getRestrictionFromIntent(intent); in onNewIntent()
70 getRestrictionFromIntent(intent)); in getAdminDetailsFromIntent()
93 String getRestrictionFromIntent(Intent intent) { in getRestrictionFromIntent() method in ActionDisabledByAdminDialog
/packages/apps/Settings/src/com/android/settings/enterprise/
DActionDisabledByAdminDialog.java39 final String restriction = getRestrictionFromIntent(getIntent()); in onCreate()
50 final String restriction = getRestrictionFromIntent(intent); in onNewIntent()
67 getRestrictionFromIntent(intent)); in getAdminDetailsFromIntent()
90 String getRestrictionFromIntent(Intent intent) { in getRestrictionFromIntent() method in ActionDisabledByAdminDialog
/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
DActionDisabledByAdminActivity.java45 String restriction = getRestrictionFromIntent(getIntent()); in onCreate()
56 private String getRestrictionFromIntent(Intent intent) { in getRestrictionFromIntent() method in ActionDisabledByAdminActivity
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogTest.java69 assertEquals(restriction, mDialog.getRestrictionFromIntent(intent)); in testGetRestrictionFromIntent()
74 assertEquals(null, mDialog.getRestrictionFromIntent(null)); in testGetRestrictionFromNullIntent()