OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhoneService
(Results
1 - 2
of
2
) 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);
Completed in 50 milliseconds