HomeSort by relevance Sort by last modified time
    Searched refs:UpdateService (Results 1 - 25 of 31) sorted by null

1 2

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
UpdateService.java 28 public class UpdateService extends IntentService {
30 private static final String TAG = "UpdateService";
34 public UpdateService() {
38 public UpdateService(String name) {
61 Intent updateIntent = new Intent(context, UpdateService.class);
NotificationService.java 134 PendingIntent ai = 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 {
  /system/connectivity/shill/
mock_profile.h 45 MOCK_METHOD1(UpdateService, bool(const ServiceRefPtr& service));
mock_manager.h 55 MOCK_METHOD1(UpdateService, void(const ServiceRefPtr& to_update));
profile.h 119 virtual bool UpdateService(const ServiceRefPtr& service);
service_unittest.cc 788 EXPECT_CALL(mock_manager_, UpdateService(IsRefPtrTo(service_)));
798 EXPECT_CALL(mock_manager_, UpdateService(IsRefPtrTo(service_)));
810 EXPECT_CALL(mock_manager_, UpdateService(IsRefPtrTo(service_)));
818 EXPECT_CALL(mock_manager_, UpdateService(IsRefPtrTo(service_)));
838 EXPECT_CALL(mock_manager_, UpdateService(IsRefPtrTo(service_)));
841 EXPECT_CALL(*mock_profile, UpdateService(IsRefPtrTo(service_)));
    [all...]
service.cc 443 manager_->UpdateService(this);
460 manager_->UpdateService(this);
    [all...]
default_profile.cc 180 UpdateService(service);
service_property_change_test.cc 144 EXPECT_CALL(*mock_manager, UpdateService(_)).Times(0);
manager_unittest.cc     [all...]
manager.cc 820 UpdateService(service);
827 UpdateService(service);
    [all...]
profile.cc 205 bool Profile::UpdateService(const ServiceRefPtr& service) {
  /external/avahi/avahi-sharp/
EntryGroup.cs 254 public void UpdateService (string name, string type, string domain, params string[] txt)
256 UpdateService (-1, Protocol.Unspecified, PublishFlags.None, name, type, domain, txt);
259 public void UpdateService (int iface, Protocol proto, PublishFlags flags, string name, string type,
270 UpdateService (iface, proto, flags, name, type, domain, list);
273 public void UpdateService (int iface, Protocol proto, PublishFlags flags, string name, string type,
284 UpdateService (iface, proto, flags, name, type, domain, list);
287 private void UpdateService (int iface, Protocol proto, PublishFlags flags, string name, string type,
  /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 {
  /system/connectivity/shill/wimax/
wimax_service_unittest.cc 90 EXPECT_CALL(manager_, UpdateService(_));
313 EXPECT_CALL(manager_, UpdateService(_));
318 EXPECT_CALL(manager_, UpdateService(_));
  /developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
UpdateService.java 47 public class UpdateService extends WearableListenerService
51 private static final String TAG = "UpdateService";
  /developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
UpdateService.java 47 public class UpdateService extends WearableListenerService
51 private static final String TAG = "UpdateService";
  /development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
UpdateService.java 47 public class UpdateService extends WearableListenerService
51 private static final String TAG = "UpdateService";
  /system/connectivity/shill/wifi/
wifi_provider_unittest.cc     [all...]
wifi_provider.cc 306 manager_->UpdateService(service);
327 manager_->UpdateService(service);
  /system/connectivity/shill/ethernet/
ethernet_unittest.cc 285 EXPECT_CALL(manager_, UpdateService(IsRefPtrTo(mock_service_)));
302 EXPECT_CALL(manager_, UpdateService(_)).Times(0);
326 EXPECT_CALL(manager_, UpdateService(IsRefPtrTo(GetService().get())));
ethernet.cc 152 manager()->UpdateService(service_);
163 manager()->UpdateService(service_);
  /system/connectivity/shill/vpn/
vpn_service.cc 244 profile()->UpdateService(this);

Completed in 1570 milliseconds

1 2