Searched refs:trusted (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardStateCallback.aidl22 void onTrustedChanged(boolean trusted);
/frameworks/native/libs/vr/libvr_manager/
H A Dtrusted_uids.cpp42 bool trusted = interface_cast<IPermissionController>(binder)->checkPermission( local
46 uid_cache[uid] = trusted;
47 return trusted;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java42 /** Whether the unlock method is currently insecure (insecure method or trusted environment) */
94 boolean trusted = mKeyguardUpdateMonitor.getUserHasTrust(user);
102 mTrusted = trusted;
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardStateMonitor.java124 public void onTrustedChanged(boolean trusted) { argument
125 mTrusted = trusted;
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_manager_service.cpp46 const bool trusted = user_id == AID_ROOT || IsTrustedUid(user_id); local
58 if (display_manager_ || !trusted) {
H A Ddisplay_service.cpp278 const bool trusted = user_id == AID_ROOT || IsTrustedUid(user_id); local
280 if (!trusted) {
292 const bool trusted = (user_id == AID_ROOT) || IsTrustedUid(user_id); local
294 if (!trusted) {
H A Ddisplay_surface.cpp470 const bool trusted = user_id == AID_ROOT || IsTrustedUid(user_id); local
471 if (trusted) {
477 "trusted UIDs: user_id=%d",
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java213 boolean trusted = aggregateIsTrusted(userId);
216 changed = mUserIsTrusted.get(userId) != trusted;
217 mUserIsTrusted.put(userId, trusted);
219 dispatchOnTrustChanged(trusted, userId, flags);
441 boolean trusted = aggregateIsTrusted(id);
454 boolean deviceLocked = secure && showingKeyguard && !trusted &&
946 fout.print(": trusted=" + dumpBool(aggregateIsTrusted(user.id)));
957 boolean trusted = info.agent.isTrusted();
962 fout.print(", trusted=" + dumpBool(trusted));
[all...]
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java159 HashSet<X509Certificate> trusted = new HashSet<X509Certificate>();
171 trusted.add((X509Certificate) cf.generateCertificate(is));
179 return trusted;
271 // in the package equals one of our trusted public keys.
273 HashSet<X509Certificate> trusted = getTrustedCerts(
275 for (X509Certificate c : trusted) {
282 throw new SignatureException("signature doesn't match any trusted key");
285 // The signature cert matches a trusted key. Now verify that
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java238 final boolean trusted = mContext.checkCallingOrSelfPermission(
244 registerClientLocked(client, uid, pid, packageName, resolvedUserId, trusted);
477 int uid, int pid, String packageName, int userId, boolean trusted) {
487 clientRecord = new ClientRecord(userRecord, client, uid, pid, packageName, trusted);
685 int uid, int pid, String packageName, boolean trusted) {
691 mTrusted = trusted;
1160 // Build a new client state for trusted clients.
476 registerClientLocked(IMediaRouterClient client, int uid, int pid, String packageName, int userId, boolean trusted) argument
684 ClientRecord(UserRecord userRecord, IMediaRouterClient client, int uid, int pid, String packageName, boolean trusted) argument
/frameworks/av/include/media/nblog/
H A DNBLog.h363 void log(const Entry *entry, bool trusted = false);
/frameworks/av/media/libnblog/include/media/nblog/
H A DNBLog.h363 void log(const Entry *entry, bool trusted = false);
/frameworks/av/media/libnblog/
H A DNBLog.cpp553 log(&etr, true /*trusted*/);
556 void NBLog::Writer::log(const NBLog::Entry *etr, bool trusted) argument
561 if (!trusted) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java754 Log.w(TAG, "failed to load trusted sound from " + soundPath);
2157 private void notifyTrustedChangedLocked(boolean trusted) { argument
2161 mKeyguardStateCallbacks.get(i).onTrustedChanged(trusted);
/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto745 optional SettingProto trusted = 13;

Completed in 292 milliseconds