OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QuizReportActionService
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizReportActionService.java
41
public class
QuizReportActionService
extends IntentService {
45
private static final String TAG = "
QuizReportActionService
";
48
public
QuizReportActionService
() {
49
super(
QuizReportActionService
.class.getSimpleName());
61
Log.e(TAG, "
QuizReportActionService
failed to connect to GoogleApiClient.");
QuizListenerService.java
212
Intent intent = new Intent(
QuizReportActionService
.ACTION_RESET_QUIZ)
213
.setClass(this,
QuizReportActionService
.class);
/developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizReportActionService.java
41
public class
QuizReportActionService
extends IntentService {
45
private static final String TAG = "
QuizReportActionService
";
48
public
QuizReportActionService
() {
49
super(
QuizReportActionService
.class.getSimpleName());
61
Log.e(TAG, "
QuizReportActionService
failed to connect to GoogleApiClient.");
QuizListenerService.java
212
Intent intent = new Intent(
QuizReportActionService
.ACTION_RESET_QUIZ)
213
.setClass(this,
QuizReportActionService
.class);
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
QuizReportActionService.java
41
public class
QuizReportActionService
extends IntentService {
45
private static final String TAG = "
QuizReportActionService
";
48
public
QuizReportActionService
() {
49
super(
QuizReportActionService
.class.getSimpleName());
61
Log.e(TAG, "
QuizReportActionService
failed to connect to GoogleApiClient.");
QuizListenerService.java
212
Intent intent = new Intent(
QuizReportActionService
.ACTION_RESET_QUIZ)
213
.setClass(this,
QuizReportActionService
.class);
Completed in 106 milliseconds