HomeSort by relevance Sort by last modified time
    Searched defs:isTrusted (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
UnlockMethodCache.java 69 public boolean isTrusted() {
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardStateMonitor.java 78 public boolean isTrusted() {
KeyguardServiceWrapper.java 257 public boolean isTrusted() {
258 return mKeyguardStateMonitor.isTrusted();
KeyguardServiceDelegate.java 224 public boolean isTrusted() {
226 return mKeyguardService.isTrusted();
  /libcore/ojluni/src/main/java/java/lang/
StringCoding.java 76 private static byte[] safeTrim(byte[] ba, int len, Charset cs, boolean isTrusted) {
80 // if (len == ba.length && (isTrusted || System.getSecurityManager() == null))
81 if (len == ba.length && (isTrusted))
90 Charset cs, boolean isTrusted) {
93 // if (len == ca.length && (isTrusted || System.getSecurityManager() == null))
94 if (len == ca.length && (isTrusted))
134 private final boolean isTrusted;
142 this.isTrusted = (cs.getClass().getClassLoader() == null);
162 return safeTrim(ca, clen, cs, isTrusted);
179 return safeTrim(ca, cb.position(), cs, isTrusted);
    [all...]
  /frameworks/av/services/mediaanalytics/
MediaAnalyticsService.cpp 237 bool isTrusted = false;
247 isTrusted = true;
256 isTrusted = false;
264 if (!isTrusted) {
282 if (contentValid(item, isTrusted) == false) {
737 bool MediaAnalyticsService::contentValid(MediaAnalyticsItem *item, bool isTrusted) {
740 if (isTrusted == false) {
  /frameworks/base/services/core/java/com/android/server/trust/
TrustAgentWrapper.java 537 public boolean isTrusted() {
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
sunpkcs11.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
sunpkcs11.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 

Completed in 1188 milliseconds

1 2