OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alertId
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
EriInfo.java
33
public int
alertId
;
36
int callPromptId, int
alertId
) {
43
this.
alertId
=
alertId
;
EriManager.java
212
int
alertId
= Integer.parseInt(parser.getAttributeValue(null, "
AlertId
"));
215
iconIndex, iconMode, eriText, callPromptId,
alertId
));
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java
181
public NotificationInstance(int
alertId
, int priority) {
182
mAlertId =
alertId
;
272
public void expectTestNotification(int notificationId, int
alertId
, int highPriority) {
273
mExpectedNotifications[notificationId] = new NotificationInstance(
alertId
,
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java
589
final long
alertId
= alertCursor.getLong(ALERT_INDEX_ID);
602
.withAppendedId(CalendarAlerts.CONTENT_URI,
alertId
);
665
.append("
alertId
:").append(
alertId
)
[
all
...]
Completed in 457 milliseconds