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

1 2

  /libcore/ojluni/src/main/java/java/lang/
StringCoding.java 76 private static byte[] safeTrim(byte[] ba, int len, Charset cs, boolean isTrusted) {
79 if (len == ba.length && (isTrusted || System.getSecurityManager() == null))
83 if (len == ba.length && (isTrusted))
92 Charset cs, boolean isTrusted) {
94 if (len == ca.length && (isTrusted || System.getSecurityManager() == null))
98 if (len == ca.length && (isTrusted))
138 private final boolean isTrusted;
146 this.isTrusted = (cs.getClass().getClassLoader() == null);
166 return safeTrim(ca, clen, cs, isTrusted);
183 return safeTrim(ca, cb.position(), cs, isTrusted);
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardStateMonitor.java 75 public boolean isTrusted() {
KeyguardServiceWrapper.java 237 public boolean isTrusted() {
238 return mKeyguardStateMonitor.isTrusted();
KeyguardServiceDelegate.java 202 public boolean isTrusted() {
204 return mKeyguardService.isTrusted();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
UnlockMethodCache.java 69 public boolean isTrusted() {
LockIcon.java 250 && !mUnlockMethodCache.isTrusted()) {
  /frameworks/base/services/core/java/com/android/server/trust/
TrustAgentWrapper.java 400 public boolean isTrusted() {
TrustManagerService.java 566 if (info.agent.isTrusted()) {
807 boolean trusted = info.agent.isTrusted();
    [all...]
  /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/policy/
PhoneWindowManager.java     [all...]
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
org.eclipse.osgi_3.9.1.v20140110-1610.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/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 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.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 

Completed in 6581 milliseconds

1 2