Searched refs:assertSafeToStartCustomActivity (Results 1 – 2 of 2) sorted by relevance
532 private void assertSafeToStartCustomActivity(Intent intent, String packageName) { in assertSafeToStartCustomActivity() method in AppRestrictionsFragment574 assertSafeToStartCustomActivity(preference.getIntent(), in onPreferenceTreeClick()
636 assertSafeToStartCustomActivity(restrictionsIntent); in onReceive()645 private void assertSafeToStartCustomActivity(Intent intent) { in assertSafeToStartCustomActivity() method in AppRestrictionsFragment.RestrictionsResultReceiver