/packages/apps/Messaging/src/com/android/messaging/util/ |
UiUtils.java | 117 @Nullable final List<SnackBarInteraction> interactions) { 131 showSnackBarWithCustomAction(context, parentView, message, action, interactions, 139 @Nullable final List<SnackBarInteraction> interactions, 148 .withInteractions(interactions)
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
ILauncherStrategy.java | 39 * Injects a {@link UiDevice} instance for UI interactions
|
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/ |
selenium-api-2.42.2.pom | 55 <include name="org/openqa/selenium/interactions/**/*.java" />
|
/external/ceres-solver/internal/ceres/ |
visibility_based_preconditioner.h | 78 // cameras that we expect have strong interactions, and then using the 98 // identifying strong interactions between cluster pairs. This is done
|
/external/droiddriver/src/io/appium/droiddriver/helpers/ |
package-info.java | 23 * Common interactions should be abstracted as methods of page objects. Uncommon interactions may
|
/frameworks/native/include/gui/ |
BufferQueueConsumer.h | 77 // interactions with the BufferQueue by the producer to fail. 87 // state, causing most interactions with the BufferQueue by the producer to
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
SnackBar.java | 167 public Builder withInteractions(final List<SnackBarInteraction> interactions) { 168 mInteractions = interactions;
|
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-htmlunit-driver/2.42.2/ |
selenium-htmlunit-driver-2.42.2.jar | |
/external/lldb/test/functionalities/thread/state/ |
TestThreadStates.py | 174 # Go back to synchronous interactions 260 # Go back to synchronous interactions 326 # Go back to synchronous interactions
|
/frameworks/base/services/core/java/com/android/server/job/ |
JobServiceContext.java | 50 * There are two important interactions into this class from the 54 * - Cancelling is trickier, because there are also interactions from the client. It's possible 85 // Messages that result from interactions with the client service.
|
/docs/source.android.com/src/devices/audio/ |
avoiding_pi.jd | 183 <p class="note"><strong>Note:</strong> Atomic operations and their interactions with memory barriers 315 system and the interactions. Tools such as
|
/external/mockito/src/org/mockito/ |
MockSettings.java | 126 * Specifies default answers to interactions. 166 * during test debugging in order to find wrong interactions with this mock.
|
/frameworks/base/docs/html/tools/testing/ |
contentprovider_testing.jd | 126 database operations but stubs out other interactions with the Android system. 192 Test the standard provider interactions: Most providers offer six access methods:
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
GuidedActionAdapter.java | 37 * GuidedActionAdapter instantiates views for guided actions, and manages their interactions. 39 * GuidedActionsStylist}, while clients are notified of interactions via
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
GroupMembershipView.java | 42 import com.android.contacts.interactions.GroupCreationDialogFragment; 43 import com.android.contacts.interactions.GroupCreationDialogFragment.OnGroupCreatedListener;
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
ConversationListSwipeHelper.java | 296 // Disallow interactions. 306 // Restore interactions.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmService_Service.java | 122 * This is the object that receives interactions from clients. See RemoteService
|
NotifyingService.java | 120 // This is the object that receives interactions from clients. See
|
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
ActionBarWithDrawerLayout.java | 67 // prescribed interactions between a top-level sliding drawer and the action bar.
|
/docs/source.android.com/src/devices/storage/ |
config.jd | 63 <p>External storage interactions at and above the framework level are handled
|
/external/chromium-trace/trace-viewer/tracing/tracing/extras/rail/ |
ir_verifier_test_helper.html | 104 var interactionsLabel = 'Interactions:';
|
/external/fio/tools/plot/ |
fio2gnuplot.1 | 95 Don't forget the simple quotes to avoid shell's interactions
|
fio2gnuplot.manpage | 65 Don't forget the simple quotes to avoid shell's interactions
|
/external/llvm/lib/Analysis/ |
LibCallAliasAnalysis.cpp | 66 // match, we can prove some interactions cannot happen.
|
/external/mockito/src/org/mockito/exceptions/ |
Reporter.java | 313 allInvocations = "Actually, there were zero interactions with this mock.\n"; 315 StringBuilder sb = new StringBuilder("\nHowever, there were other interactions with this mock:\n"); 420 "No interactions wanted here:", 430 "No interactions wanted here:", [all...] |