HomeSort by relevance Sort by last modified time
    Searched defs:loadWith (Results 1 - 4 of 4) sorted by null

  /packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
AttachmentChooserFragmentTest.java 93 private void loadWith(final List<MessagePartData> attachments) {
143 loadWith(attachments);
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
ConversationFragmentTest.java 86 private void loadWith(final Cursor cursor) {
142 loadWith(cursor);
151 loadWith(cursor);
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/
ConversationListFragmentTest.java 75 private void loadWith(final Cursor cursor) {
98 loadWith(cursor);
109 loadWith(TestDataFactory.getEmptyConversationListCursor());
123 loadWith(cursor);
  /cts/tests/openglperf2/jni/graphics/
Matrix.cpp 28 loadWith(src);
50 void Matrix::loadWith(const Matrix& src) {

Completed in 169 milliseconds