Home
last modified time | relevance | path

Searched defs:yes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/tests/data/system/
DR.h47 yes = 0x01040013, enumerator
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfoTest.java217 final View yes = mFeedbackInfo.findViewById(R.id.yes); in testPositiveFeedback() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfo.java131 final TextView yes = findViewById(R.id.yes); in bindPrompt() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestDisplayContent.java136 Builder setSystemDecorations(boolean yes) { in setSystemDecorations()