OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TranscriptionRatingService
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
TranscriptionRatingHelper.java
78
TranscriptionRatingService
.scheduleTask(context, getFeedbackRequest());
TranscriptionRatingService.java
37
public class
TranscriptionRatingService
extends JobIntentService {
43
LogUtil.enterBlock("
TranscriptionRatingService
.scheduleTask");
44
ComponentName componentName = new ComponentName(context,
TranscriptionRatingService
.class);
52
LogUtil.i("
TranscriptionRatingService
.scheduleTask", "not supported");
57
public
TranscriptionRatingService
() {}
68
LogUtil.enterBlock("
TranscriptionRatingService
.onHandleWork");
79
LogUtil.e("
TranscriptionRatingService
.onHandleWork", "failed to send feedback", e);
87
LogUtil.enterBlock("
TranscriptionRatingService
.onDestroy");
Completed in 1910 milliseconds