Searched refs:te (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java117 TextEntry te = mTextRects.get(i);
118 Log.d(TAG, "View " + te.className + " " + te.bounds.toShortString()
119 + " in " + te.parentLeft + "," + te.parentTop
120 + " matrix=" + te.matrix.toShortString()
121 + " size=" + te.textSize + " color=#" + Integer.toHexString(te.textColor)
123 + te.text);
124 if (te
[all...]
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java97 } catch (TimeoutException te) {
98 Log.w(LOG_TAG, "Could not detect idle state.", te);
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java532 } catch (RemoteException | TimeoutException | InterruptedException te) {
533 Slog.e(LOG_TAG, "Error removing obsolete print jobs .", te);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3642 theme_entry* te = pi->types[j].entries; local
3643 if (te != NULL) {
3644 free(te);
3656 theme_entry* te = pi->types[j].entries; local
3658 if (te != NULL && (cnt < 0xFFFFFFFF-1) && (cnt < cnt_max)) {
3661 memcpy(newte, te, cnt*sizeof(theme_entry));
3869 const theme_entry& te = ti.entries[e]; local
3871 *outTypeSpecFlags |= te.typeSpecFlags;
3875 te.value.dataType, te
3943 const theme_entry& te = ti.entries[k]; local
[all...]

Completed in 117 milliseconds