HomeSort by relevance Sort by last modified time
    Searched refs:PhoneService (Results 1 - 4 of 4) sorted by null

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
PhoneService.java 28 public class PhoneService extends IntentService {
30 private static final String TAG = "PhoneService";
39 public PhoneService() {
42 public PhoneService(String name) {
61 Toast.makeText(PhoneService.this, text, Toast.LENGTH_LONG).show();
73 Intent phoneIntent = new Intent(context, PhoneService.class);
NotificationService.java 212 PendingIntent ans = PhoneService.getPendingIntent(this, id,
213 PhoneService.ACTION_ANSWER);
215 PhoneService.getPendingIntent(this, id, PhoneService.ACTION_IGNORE);
  /device/google/cuttlefish/shared/phone/
device.mk 37 PhoneService \
  /device/google/cuttlefish/shared/tablet_3g/
device.mk 37 PhoneService \

Completed in 187 milliseconds