Home
last modified time | relevance | path

Searched refs:getEnvironment (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java55 private NotificationData.KeyguardEnvironment getEnvironment() { in getEnvironment() method in NotificationFilter
89 if (!(getEnvironment().isDeviceProvisioned() in shouldFilterOut()
94 if (!getEnvironment().isNotificationForCurrentProfiles(sbn)) { in shouldFilterOut()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Emulation.cpp27 pConfig.targets().triple().getEnvironment() == llvm::Triple::GNUX32) { in MCLDEmulateX86ELF()
DX86LDBackend.cpp50 pConfig.targets().triple().getEnvironment() == llvm::Triple::GNUX32) { in X86GNULDBackend()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java140 private KeyguardEnvironment getEnvironment() { in getEnvironment() method in NotificationData
175 if (!getEnvironment().isNotificationForCurrentProfiles(sbn)) { in getNotificationsForCurrentUser()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp193 emu_triple.getEnvironment() == llvm::Triple::UnknownEnvironment) in ParseEmulation()
202 if (emu_triple.getEnvironment() != llvm::Triple::UnknownEnvironment) in ParseEmulation()
203 triple.setEnvironment(emu_triple.getEnvironment()); in ParseEmulation()