HomeSort by relevance Sort by last modified time
    Searched refs:isVerifyAppsEnabled (Results 1 - 3 of 3) 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()
PackageInstallerActivity.java 371 private boolean isVerifyAppsEnabled() {
480 mInstallFlowAnalytics.setVerifyAppsEnabled(isVerifyAppsEnabled());
    [all...]

Completed in 407 milliseconds