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

/frameworks/base/core/java/android/provider/
H A DContacts.java188 // For now we only support a single account and the UI doesn't know what
190 // Some day when we add multiple accounts to the UI this should honor the account
223 // For now we only support a single account and the UI doesn't know what
225 // Some day when we add multiple accounts to the UI this should honor the account
2080 * Intents related to the Contacts app UI.
2084 public static final class UI { class in class:Contacts.Intents
2089 public UI() { method in class:Contacts.Intents.UI
2097 public static final String LIST_DEFAULT = ContactsContract.Intents.UI.LIST_DEFAULT;
2105 ContactsContract.Intents.UI.LIST_GROUP_ACTION;
2113 ContactsContract.Intents.UI
[all...]
H A DContactsContract.java214 * This API does not access disk, and should be safe to invoke from the UI thread.
442 * performed on the UI thread because they are always unblocking.
489 * An optional name that can be used in the UI to represent this directory,
1294 * UI. "1" if the contact has at least one raw contact that belongs to a
7437 * performed on the UI thread because they are always unblocking.
7814 * or thumbnail. Requests to this URI can be performed on the UI thread because
8028 * Intents related to the Contacts app UI.
8032 public static final class UI { class in class:ContactsContract.Intents
8294 * If supplied values are not visible in the editor UI, they will be
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp333 Value::use_iterator UI = Placeholder->use_begin(); local
334 User *U = *UI;
339 UI.getUse().set(RealVal);
2880 for (Value::use_iterator UI = I->first->use_begin(),
2881 UE = I->first->use_end(); UI != UE; ) {
2882 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
2929 for (Value::use_iterator UI = I->first->use_begin(),
2930 UE = I->first->use_end(); UI != UE; ) {
2931 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp612 Value::use_iterator UI = Placeholder->use_begin(); local
613 User *U = *UI;
618 UI.getUse().set(RealVal);
3250 for (Value::use_iterator UI = I->first->use_begin(),
3251 UE = I->first->use_end(); UI != UE; ) {
3252 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
3299 for (Value::use_iterator UI = I->first->use_begin(),
3300 UE = I->first->use_end(); UI != UE; ) {
3301 if (CallInst* CI = dyn_cast<CallInst>(*UI++))

Completed in 89 milliseconds