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

/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
2096 public static final String LIST_DEFAULT = ContactsContract.Intents.UI.LIST_DEFAULT;
2104 ContactsContract.Intents.UI.LIST_GROUP_ACTION;
2112 ContactsContract.Intents.UI
[all...]
H A DContactsContract.java208 * This API does not access disk, and should be safe to invoke from the UI thread.
385 * performed on the UI thread because they are always unblocking.
432 * An optional name that can be used in the UI to represent this directory,
1268 * UI. "1" if the contact has at least one raw contact that belongs to a
7856 * performed on the UI thread because they are always unblocking.
8047 * their own UI adhering to (or ignoring as appropriate) information stored in the pinned
8320 * or thumbnail. Requests to this URI can be performed on the UI thread because
8541 * Intents related to the Contacts app UI.
8545 public static final class UI { class in class:ContactsContract.Intents
8822 * If supplied values are not visible in the editor UI, the
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp324 Value::use_iterator UI = Placeholder->use_begin(); local
325 Use &use = *UI;
2948 for (Value::use_iterator UI = I->first->use_begin(),
2949 UE = I->first->use_end(); UI != UE; ) {
2950 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
2999 for (Value::use_iterator UI = I->first->use_begin(),
3000 UE = I->first->use_end(); UI != UE; ) {
3001 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp603 Value::use_iterator UI = Placeholder->use_begin(); local
604 Use &use = *UI;
3280 for (Value::use_iterator UI = I->first->use_begin(),
3281 UE = I->first->use_end(); UI != UE; ) {
3282 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
3331 for (Value::use_iterator UI = I->first->use_begin(),
3332 UE = I->first->use_end(); UI != UE; ) {
3333 if (CallInst* CI = dyn_cast<CallInst>(*UI++))

Completed in 130 milliseconds