OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateService
(Results
1 - 7
of
7
) sorted by null
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
UpdateService.java
26
public class
UpdateService
extends IntentService {
28
private static final String TAG = "
UpdateService
";
32
public
UpdateService
() {
36
public
UpdateService
(String name) {
65
Intent updateIntent = new Intent(context,
UpdateService
.class);
NotificationService.java
99
UpdateService
.getPendingIntent(context, update + 1, id, when))
/development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java
46
context.startService(new Intent(context,
UpdateService
.class));
49
public static class
UpdateService
extends Service {
/development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java
47
context.startService(new Intent(context,
UpdateService
.class));
50
public static class
UpdateService
extends Service {
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java
48
context.startService(new Intent(context,
UpdateService
.class));
51
public static class
UpdateService
extends Service {
/external/chromium_org/chrome/browser/extensions/api/mdns/
dns_sd_registry.cc
48
bool DnsSdRegistry::ServiceTypeData::
UpdateService
(
158
if (service_data_map_[service_type]->
UpdateService
(added, service)) {
dns_sd_registry.h
69
bool
UpdateService
(bool added, const DnsSdService& service);
Completed in 119 milliseconds