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

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
H A DBenchmarkCategory.java28 @IntDef({BenchmarkCategory.GENERIC, BenchmarkCategory.UI, BenchmarkCategory.COMPUTE})
31 int UI = 1; field in interface:BenchmarkCategory
H A DBenchmarkRegistry.java101 case BenchmarkCategory.UI:
102 return BenchmarkCategory.UI;
195 case BenchmarkCategory.UI:
196 return "UI";
/frameworks/base/packages/SystemUI/shared/tests/
H A DAndroid.mk54 # UI it doesn't own. This is necessary to allow screenshots to be taken
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk83 # 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/base/
H A DAndroid.mk230 -samplegroup 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

Completed in 183 milliseconds