OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mnotification
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/app/src/android/app/cts/
NotificationTest.java
36
private Notification
mNotification
;
49
mNotification
= new Notification();
67
mNotification
= null;
68
mNotification
= new Notification();
69
assertNotNull(
mNotification
);
70
assertTrue(System.currentTimeMillis() -
mNotification
.when < TOLERANCE);
72
mNotification
= null;
74
mNotification
= new Notification(0, TICKER_TEXT, notificationTime);
75
assertEquals(notificationTime,
mNotification
.when);
76
assertEquals(0,
mNotification
.icon)
[
all
...]
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/
VpnService.java
79
private transient NotificationHelper
mNotification
;
115
mNotification
= new NotificationHelper();
148
mNotification
.showDisconnect();
176
mNotification
.disableNotification();
240
if (!anyError())
mNotification
.disableNotification();
337
mNotification
.update(now);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java
142
private Notification
mNotification
;
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java
251
private Notification
mNotification
;
[
all
...]
Completed in 85 milliseconds