Home
last modified time | relevance | path

Searched defs:isTrusted (Results 1 – 22 of 22) sorted by relevance

/frameworks/av/services/mediametrics/
DAnalyticsState.h54 status_t submit(const std::shared_ptr<const mediametrics::Item>& item, bool isTrusted) { in submit()
DMediaMetricsService.cpp125 bool isTrusted; in submitInternal() local
451 bool MediaMetricsService::isContentValid(const mediametrics::Item *item, bool isTrusted) in isContentValid()
DAudioAnalytics.cpp308 const std::shared_ptr<const mediametrics::Item>& item, bool isTrusted) in submit()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeKeyguardStateController.java62 public boolean isTrusted() { in isTrusted() method in FakeKeyguardStateController
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java129 public ConcreteCandidate setTrusted(boolean isTrusted) { in setTrusted()
135 public boolean isTrusted() { in isTrusted() method in ConcreteCandidate
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java67 boolean isTrusted(); in isTrusted() method
DKeyguardStateControllerImpl.java129 public boolean isTrusted() { in isTrusted() method in KeyguardStateControllerImpl
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardStateMonitor.java78 public boolean isTrusted() { in isTrusted() method in KeyguardStateMonitor
DKeyguardServiceWrapper.java257 public boolean isTrusted() { in isTrusted() method in KeyguardServiceWrapper
DKeyguardServiceDelegate.java228 public boolean isTrusted() { in isTrusted() method in KeyguardServiceDelegate
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCandidates.java92 boolean isTrusted(); in isTrusted() method
238 public boolean isTrusted() { in isTrusted() method in WifiCandidates.CandidateImpl
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java568 public boolean isTrusted() { in isTrusted() method in TrustAgentWrapper
/frameworks/base/media/java/android/media/session/
DISessionManager.aidl75 boolean isTrusted(String controllerPackageName, int controllerPid, int controllerUid); in isTrusted() method
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java167 public boolean isTrusted() { in isTrusted() method in PasspointProvider
DPasspointManager.java405 String packageName, boolean isFromSuggestion, boolean isTrusted) { in addOrUpdateProvider()
/frameworks/base/apex/media/framework/java/android/media/
DMediaSession2.java704 public boolean isTrusted() { in isTrusted() method in MediaSession2.ControllerInfo
/frameworks/base/wifi/java/android/net/wifi/
DWifiInfo.java720 public boolean isTrusted() { in isTrusted() method in WifiInfo
/frameworks/base/core/java/android/view/
DDisplay.java1245 public boolean isTrusted() { in isTrusted() method in Display
/frameworks/base/services/core/java/com/android/server/textclassifier/
DTextClassificationManagerService.java815 @UserIdInt int userId, @NonNull String packageName, boolean isTrusted) { in ServiceState()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java1949 public boolean isTrusted(String controllerPackageName, int controllerPid, int controllerUid) in isTrusted() method in MediaSessionService.SessionManagerImpl
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2251 boolean isTrusted() { in isTrusted() method in DisplayContent
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java25453 int isTrusted = mExternalSourcesPolicy.getPackageTrustedToInstallApps(packageName, uid); in canRequestPackageInstallsInternal() local