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.java213 * This API does not access disk, and should be safe to invoke from the UI thread.
441 * performed on the UI thread because they are always unblocking.
488 * An optional name that can be used in the UI to represent this directory,
1293 * UI. "1" if the contact has at least one raw contact that belongs to a
7435 * performed on the UI thread because they are always unblocking.
7790 * or thumbnail. Requests to this URI can be performed on the UI thread because
7994 * Intents related to the Contacts app UI.
7998 public static final class UI { class in class:ContactsContract.Intents
8260 * If supplied values are not visible in the editor UI, they will be
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp322 Value::use_iterator UI = Placeholder->use_begin(); local
323 User *U = *UI;
328 UI.getUse().set(RealVal);
2869 for (Value::use_iterator UI = I->first->use_begin(),
2870 UE = I->first->use_end(); UI != UE; ) {
2871 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
2918 for (Value::use_iterator UI = I->first->use_begin(),
2919 UE = I->first->use_end(); UI != UE; ) {
2920 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp601 Value::use_iterator UI = Placeholder->use_begin(); local
602 User *U = *UI;
607 UI.getUse().set(RealVal);
3239 for (Value::use_iterator UI = I->first->use_begin(),
3240 UE = I->first->use_end(); UI != UE; ) {
3241 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
3288 for (Value::use_iterator UI = I->first->use_begin(),
3289 UE = I->first->use_end(); UI != UE; ) {
3290 if (CallInst* CI = dyn_cast<CallInst>(*UI++))

Completed in 204 milliseconds