Searched refs:UI (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk64 # UI it doesn't own. This is necessary to allow screenshots to be taken
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp663 auto UI = Placeholder->user_begin(); local
664 User *U = *UI;
669 UI.getUse().set(RealVal);
3342 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
3343 UI != UE;) {
3344 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
3394 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
3395 UI != UE;) {
3396 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp938 auto UI = Placeholder->user_begin(); local
939 User *U = *UI;
944 UI.getUse().set(RealVal);
3681 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
3682 UI != UE;) {
3683 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
3733 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
3734 UI != UE;) {
3735 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
/frameworks/base/core/java/android/provider/
H A DContacts.java189 // For now we only support a single account and the UI doesn't know what
191 // Some day when we add multiple accounts to the UI this should honor the account
224 // For now we only support a single account and the UI doesn't know what
226 // Some day when we add multiple accounts to the UI this should honor the account
2073 * Intents related to the Contacts app UI.
2077 public static final class UI { class in class:Contacts.Intents
2082 public UI() { method in class:Contacts.Intents.UI
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java100 static final short UI = vr("UI"); field in class:LoaderDicom
332 * @param listener The Listener to provide feedback to the UI on loading
/frameworks/base/
H A DAndroid.mk989 -samplegroup UI \

Completed in 227 milliseconds