Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 11 of 11) sorted by relevance

/development/samples/ToyVpn/server/linux/
DToyVpnServer.cpp212 int timer = 0; in main() local
229 if (timer < 1) { in main()
230 timer = 1; in main()
250 if (timer > 0) { in main()
251 timer = 0; in main()
262 timer += (timer > 0) ? 100 : -100; in main()
266 if (timer < -16000) { in main()
274 timer = 1; in main()
278 if (timer > 20000) { in main()
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
DTimerObj.java17 package com.example.android.wearable.timer.util;
DConstants.java17 package com.example.android.wearable.timer.util;
DTimerFormat.java17 package com.example.android.wearable.timer.util;
/development/samples/browseable/Timer/
D_index.jd8 This simple wearable app allows the user to set a countdown timer. It runs
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DTimerNotificationService.java17 package com.example.android.wearable.timer;
28 import com.example.android.wearable.timer.util.Constants;
DSetTimerActivity.java17 package com.example.android.wearable.timer;
35 import com.example.android.wearable.timer.util.Constants;
36 import com.example.android.wearable.timer.util.TimerFormat;
DWearableListItemLayout.java17 package com.example.android.wearable.timer;
/development/samples/browseable/DelayedConfirmation/
D_index.jd11 … Timer." Then, callbacks are implemented on both the wearable and phone to show when the timer is
/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoy.java75 mTimerView = (TextView)findViewById(R.id.timer); in onCreate()
/development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
DMainActivity.java101 findViewById(R.id.timer); in onStartTimer()