OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interaction
(Results
51 - 75
of
1168
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/service/voice/
VoiceInteractionServiceInfo.java
107
if (!"voice-
interaction
-service".equals(nodeName)) {
108
mParseError = "Meta-data does not start with voice-
interaction
-service tag";
139
Log.w(TAG, "error parsing voice
interaction
service meta-data", e);
143
Log.w(TAG, "error parsing voice
interaction
service meta-data", e);
147
Log.w(TAG, "error parsing voice
interaction
service meta-data", e);
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson5/
SenderActivityTest.java
32
* advanced Instrumentation testing practices as sending key events and
interaction
monitoring
63
//Because this functional test tests
interaction
across multiple components these views
70
//Create and add an ActivityMonitor to monitor
interaction
between the system and the
/external/deqp/modules/gles2/functional/
es2fFragOpInteractionTests.cpp
21
* \brief Shader - render state
interaction
tests.
38
: TestCaseGroup(context, "
interaction
", "Shader - Render State
Interaction
Tests")
/external/deqp/modules/gles3/functional/
es3fFragOpInteractionTests.cpp
21
* \brief Shader - render state
interaction
tests.
38
: TestCaseGroup(context, "
interaction
", "Shader - Render State
Interaction
Tests")
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
SegmentedButtons.java
94
Interaction
.register(b, new
Interaction
.Callback() {
130
public interface Callback extends
Interaction
.Callback {
/prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/
geb-core-0.9.3-sources.jar
/cts/tests/tests/alarmclock/service/
AndroidManifest.xml
24
android:label="CTS test voice
interaction
service"
44
android:label="Voice
Interaction
Settings">
/cts/tests/tests/voiceinteraction/
AndroidManifest.xml
28
android:label="Voice
Interaction
Target">
36
android:label="Local
Interaction
Activity">
AndroidTest.xml
16
<configuration description="Config for CTS Voice
Interaction
test cases">
/cts/tests/tests/voiceinteraction/service/
AndroidManifest.xml
24
android:label="CTS test voice
interaction
service"
41
android:label="Voice
Interaction
Settings">
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
LocalVoiceInteractionTest.java
74
fail("Failed to start voice
interaction
in " + TIMEOUT_MS + "msec");
79
fail("Failed to stop voice
interaction
in " + TIMEOUT_MS + "msec");
/cts/tests/tests/voicesettings/service/
AndroidManifest.xml
23
android:label="CTS test voice
interaction
service"
45
android:label="Voice
Interaction
Settings">
/docs/source.android.com/src/devices/sensors/
interaction.jd
1
page.title=
Interaction
21
independent entity, meaning there is no
interaction
between the different
/external/mockito/src/org/mockito/
InOrder.java
27
* Verifies
interaction
<b>happened once</b> in order.
48
* Verifies
interaction
in order. E.g:
/frameworks/base/docs/html/distribute/googleplay/
cast.jd
13
a primary display on the sender. Native games can provide real-time
interaction
on
36
<li>User
interaction
should only take place on the Cast sender (phone, tablet,
/packages/apps/Messaging/src/com/android/messaging/ui/
SnackBarManager.java
207
// Animate any
interaction
views out of the way.
254
// Animate any
interaction
views back.
297
for (final SnackBarInteraction
interaction
: interactions) {
298
if (
interaction
!= null) {
299
final ViewPropertyAnimator animator =
interaction
.animateOnSnackBarShow(snackBar);
309
for (final SnackBarInteraction
interaction
: interactions) {
310
if (
interaction
!= null) {
312
interaction
.animateOnSnackBarDismiss(snackBar);
/packages/apps/SpareParts/res/values/
strings.xml
49
<string name="summary_on_haptic_feedback">Use haptic feedback with user
interaction
</string>
50
<string name="summary_off_haptic_feedback">Use haptic feedback with user
interaction
</string>
/external/chromium-trace/catapult/telemetry/telemetry/page/
action_runner.py
47
""" Create an action.
Interaction
object that issues
interaction
record.
49
An
interaction
record is a labeled time period containing
50
interaction
that developers care about. Each set of metrics
53
To mark the start of
interaction
record, call Begin() method on the returned
54
object. To mark the finish of
interaction
record, call End() method on
56
interaction
record that covers the actions in the with block.
64
label: A label for this particular
interaction
. This can be any
67
as this
interaction
. All interactions with the same logical name must
71
An instance of action_runner.
Interaction
[
all
...]
/cts/tests/tests/assist/res/xml/
interaction_service.xml
17
<voice-
interaction
-service xmlns:android="http://schemas.android.com/apk/res/android"
/cts/tests/tests/assist/service/res/xml/
interaction_service.xml
17
<voice-
interaction
-service xmlns:android="http://schemas.android.com/apk/res/android"
/cts/tests/tests/voiceinteraction/res/xml/
interaction_service.xml
17
<voice-
interaction
-service xmlns:android="http://schemas.android.com/apk/res/android"
/cts/tests/tests/voiceinteraction/service/res/xml/
interaction_service.xml
17
<voice-
interaction
-service xmlns:android="http://schemas.android.com/apk/res/android"
/cts/tests/tests/voiceinteraction/testapp/
AndroidManifest.xml
25
android:label="Voice
Interaction
Test App"
/external/chromium-trace/catapult/telemetry/examples/benchmarks/
simple_story_set.py
21
# Create
interaction
record will create a region of interest in tracing that
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/
smooth_gesture_util.py
10
""" Returns a new
interaction
record if interaction_record contains geture
Completed in 725 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>