Searched defs:UI (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DUI.java44 public class UI extends JFrame { class in inherits:JFrame
52 public UI(ListModel<Client> clientListModel, method in class:UI
/frameworks/rs/java/tests/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/core/java/android/provider/
H A DContacts.java187 // For now we only support a single account and the UI doesn't know what
189 // Some day when we add multiple accounts to the UI this should honor the account
222 // For now we only support a single account and the UI doesn't know what
224 // Some day when we add multiple accounts to the UI this should honor the account
2079 * Intents related to the Contacts app UI.
2083 public static final class UI { class in class:Contacts.Intents
2088 public UI() { method in class:Contacts.Intents.UI
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp654 auto UI = Placeholder->user_begin(); local
655 User *U = *UI;
660 UI.getUse().set(RealVal);
3330 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
3331 UI != UE;) {
3332 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
3382 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
3383 UI != UE;) {
3384 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp929 auto UI = Placeholder->user_begin(); local
930 User *U = *UI;
935 UI.getUse().set(RealVal);
3664 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
3665 UI != UE;) {
3666 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
3716 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
3717 UI != UE;) {
3718 if (CallInst* CI = dyn_cast<CallInst>(*UI++))

Completed in 1000 milliseconds