/packages/apps/Contacts/tests/src/com/android/contacts/interactions/ |
CallLogInteractionsLoaderTest.java | 1 package com.android.contacts.interactions; 16 List<ContactInteraction> interactions = new ArrayList<>(); local 21 interactions.add(new CallLogInteraction(interactionOneValues)); 25 interactions.add(new CallLogInteraction(interactionTwoValues)); 27 interactions = CallLogInteractionsLoader.pruneDuplicateCallLogInteractions(interactions, 29 assertEquals(1, interactions.size()); 33 List<ContactInteraction> interactions = new ArrayList<>(); local 38 interactions.add(new CallLogInteraction(interactionOneValues)); 42 interactions.add(new CallLogInteraction(interactionTwoValues)) 50 List<ContactInteraction> interactions = new ArrayList<>(); local [all...] |
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/ |
selenium-api-2.42.2-sources.jar | |
selenium-api-2.42.2.jar | |
/external/mockito/src/org/mockito/ |
MockitoDebugger.java | 9 //Prints all interactions with mock. Also prints stubbing information.
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
CallLogInteractionsLoader.java | 16 package com.android.contacts.interactions; 60 final List<ContactInteraction> interactions = new ArrayList<>(); local 62 interactions.addAll(getCallLogInteractions(number)); 64 // Sort the call log interactions by date for duplicate removal 65 Collections.sort(interactions, new Comparator<ContactInteraction>() { 79 return interactions; 81 return pruneDuplicateCallLogInteractions(interactions, mMaxToRetrieve); 89 * @param interactions The interaction list potentially containing duplicates 94 List<ContactInteraction> interactions, int maxToRetrieve) { 96 for (int i = 0; i < interactions.size(); i++) 130 List<ContactInteraction> interactions = new ArrayList<>(); local [all...] |
SmsInteractionsLoader.java | 16 package com.android.contacts.interactions; 84 List<ContactInteraction> interactions = new ArrayList<>(); local 88 interactions.add(new SmsInteraction(values)); 91 return interactions;
|
CalendarInteractionsLoader.java | 1 package com.android.contacts.interactions; 26 * Loads a list of calendar interactions showing shared calendar events with everyone passed in 67 List<ContactInteraction> interactions = getInteractionsFromEventsCursor(cursor); local 72 interactions.size() + interactions2.size()); 73 allInteractions.addAll(interactions); 156 ArrayList<ContactInteraction> interactions = new ArrayList<ContactInteraction>(); local 163 interactions.add(calendarInteraction); 167 return interactions;
|
/external/mockito/src/org/mockito/exceptions/verification/ |
NoInteractionsWanted.java | 11 * No interactions wanted. See exception's cause for location of undesired invocation.
|
/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
FrameServerFactory.java | 51 * @return The {@link FrameServer} to use for interactions with the camera 59 * @return The {@link FrameServer} to use for interactions with the camera 61 * interactions such as restarting the preview as well as 62 * interactions which should not block the ready-state, such as
|
/external/eigen/bench/ |
vdw_new.cpp | 34 // 1 2 3 4 ... (interactions) 43 Vec interactions1(SIZE), interactions2(SIZE); // SIZE is the number of vdw interactions in our system
|
/development/ndk/platforms/android-18/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
/frameworks/native/opengl/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
UserInteractionListener.java | 24 // Other one-shot user interactions.
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/GLES3/ |
gl3ext.h | 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|