Home
last modified time | relevance | path

Searched refs:box (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTestUtils.java122 Mailbox box = new Mailbox(); in setupMailbox() local
129 box.mDisplayName = displayName; in setupMailbox()
130 box.mServerId = name; in setupMailbox()
131 box.mParentServerId = "parent-serverid-" + name; in setupMailbox()
132 box.mParentKey = 4; in setupMailbox()
133 box.mAccountKey = accountId; in setupMailbox()
134 box.mType = type; in setupMailbox()
135 box.mDelimiter = delimiter; in setupMailbox()
136 box.mSyncKey = "sync-key-" + name; in setupMailbox()
137 box.mSyncLookback = 2; in setupMailbox()
[all …]
DProviderTests.java565 Mailbox box = ProviderTestUtils.setupMailbox("box1", account.mId, true, mMockContext); in testMessageSaveAddsSnippet() local
570 box.mId, in testMessageSaveAddsSnippet()
585 box.mId, in testMessageSaveAddsSnippet()
2175 Mailbox box = new Mailbox(); in createMailbox() local
2177 box.mDisplayName = displayName; in createMailbox()
2178 box.mServerId = serverId; in createMailbox()
2179 box.mParentKey = parentKey; in createMailbox()
2180 box.mAccountKey = accountId; in createMailbox()
2182 box.mType = Mailbox.TYPE_MAIL; in createMailbox()
2183 box.mDelimiter = '/'; in createMailbox()
[all …]
DPolicyTests.java128 Mailbox box = ProviderTestUtils.setupMailbox("box1", acct.mId, true, mMockContext); in testSetAttachmentFlagsForNewPolicy() local
129 Message msg1 = ProviderTestUtils.setupMessage("message1", acct.mId, box.mId, false, false, in testSetAttachmentFlagsForNewPolicy()
138 Message msg2 = ProviderTestUtils.setupMessage("message2", acct.mId, box.mId, false, false, in testSetAttachmentFlagsForNewPolicy()
DContentCacheTests.java142 Mailbox box = ProviderTestUtils.setupMailbox("box2", acct.mId, true, context); in testCachedCursors() local
146 Uri uri = ContentUris.withAppendedId(Mailbox.CONTENT_URI, box.mId); in testCachedCursors()
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskImageContainer.java196 protected Rect rotateBoundingBox(Rect box, OrientationManager.DeviceOrientation orientation) { in rotateBoundingBox() argument
199 return new Rect(box); in rotateBoundingBox()
202 return new Rect(box.top, box.left, box.bottom, box.right); in rotateBoundingBox()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMailbox.java492 final Mailbox box = new Mailbox(); in newSystemMailbox() local
493 box.mAccountKey = accountId; in newSystemMailbox()
494 box.mType = mailboxType; in newSystemMailbox()
495 box.mSyncInterval = syncInterval; in newSystemMailbox()
496 box.mFlagVisible = true; in newSystemMailbox()
498 box.mServerId = box.mDisplayName = getSystemMailboxName(context, mailboxType); in newSystemMailbox()
499 box.mParentKey = Mailbox.NO_MAILBOX; in newSystemMailbox()
500 box.mFlags = flags; in newSystemMailbox()
501 return box; in newSystemMailbox()
/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
DCalculatorHitSomeButtons.java173 TextView box = (TextView) display; in displayVal() local
174 assertNotNull(box); in displayVal()
176 return box.getText().toString(); in displayVal()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
Darchitecture.dot11 …node [shape=box, fontname="Inconsolata, Consolas", fontsize=10, penwidth=0.5, style=filled, fillco…
Dutilityclass.dot12 …node [shape=box, fontname="Inconsolata, Consolas", fontsize=10, penwidth=0.5, style=filled, fillco…
Diterative-parser-states-diagram.dot11 node [shape = box; style = "rounded, filled"; fillcolor=white ];
Dsimpledom.dot19 node [shape="box", style="filled", fillcolor="gray95"]
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java2761 Rect box = new Rect(); in getCurrentSelectionPosition() local
2762 box.top = mSelectionHour * (mCellHeight + HOUR_GAP); in getCurrentSelectionPosition()
2763 box.bottom = box.top + mCellHeight + HOUR_GAP; in getCurrentSelectionPosition()
2765 box.left = computeDayLeftPosition(daynum) + 1; in getCurrentSelectionPosition()
2766 box.right = computeDayLeftPosition(daynum + 1); in getCurrentSelectionPosition()
2767 return box; in getCurrentSelectionPosition()
3175 Rect box = getCurrentSelectionPosition(); in computeNeighbors() local
3209 if (prevLeft >= box.right) { in computeNeighbors()
3213 } else if (prevRight <= box.left) { in computeNeighbors()
3217 } else if (prevBottom <= box.top) { in computeNeighbors()
[all …]
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java988 final int box, final long timestampInMillis) { in updateMmsMessageSendingStatus() argument
994 values.put(Telephony.Mms.MESSAGE_BOX, box); in updateMmsMessageSendingStatus()
999 LogUtil.d(TAG, "Mmsutils: Updated sending MMS " + uri + "; box = " + box in updateMmsMessageSendingStatus()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java4822 Mailbox box = Mailbox.newSystemMailbox(context, accountId, mailboxType); in createMailbox() local
4827 box.mLastTouchedTime = Mailbox.DRAFTS_DEFAULT_TOUCH_TIME; in createMailbox()
4830 box.mLastTouchedTime = Mailbox.SENT_DEFAULT_TOUCH_TIME; in createMailbox()
4833 box.save(context); in createMailbox()
4834 return box; in createMailbox()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in1512 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1519 # search using the keyboard; to jump to the search box use <access key> + S
1521 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1525 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
2312 # by representing a node as a red box. Note that doxygen if the number of direct
2335 # to support this out of the box.
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1014 # When the SEARCHENGINE tag is enable doxygen will generate a search box
1515 # visualized by representing a node as a red box. Note that doxygen if the
1534 # seem to support this out of the box. Warning: Depending on the platform used,
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1014 # When the SEARCHENGINE tag is enable doxygen will generate a search box
1515 # visualized by representing a node as a red box. Note that doxygen if the
1534 # seem to support this out of the box. Warning: Depending on the platform used,
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
/packages/services/Car/bluetooth/bt-map-service/
Dbt_hci_startup_issues.txt88405 Drop box contents: 1000 entries