Home
last modified time | relevance | path

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

/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
DBasicManagedProfileFragment.java101 mCalculatorEnabled = isApplicationEnabled(PACKAGE_NAME_CALCULATOR); in onAttach()
103 mChromeEnabled = isApplicationEnabled(PACKAGE_NAME_CHROME); in onAttach()
112 private boolean isApplicationEnabled(String packageName) { in isApplicationEnabled() method in BasicManagedProfileFragment