HomeSort by relevance Sort by last modified time
    Searched defs:isVerifyAppsEnabled (Results 1 - 2 of 2) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
SecurityActivity.java 98 mHelper.getStatusStringFromBoolean(isVerifyAppsEnabled()
123 boolean isVerifyAppsEnabled = mVerifierInstalled && isVerifyAppsEnabled();
126 isVerifyAppsEnabled));
129 !isVerifyAppsEnabled));
198 private boolean isVerifyAppsEnabled() {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallFlowAnalytics.java 233 private boolean isVerifyAppsEnabled() {
494 + "\n\tverifyAppsEnabled: " + isVerifyAppsEnabled()

Completed in 112 milliseconds