OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:activenotifications
(Results
1 - 9
of
9
) sorted by null
/developers/samples/android/notification/ActiveNotifications/Application/src/androidTest/java/com/example/android/activenotifications/test/
SampleTests.java
31
package com.example.android.
activenotifications
.test;
33
import com.example.android.
activenotifications
.*;
/developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsActivity.java
17
package com.example.android.
activenotifications
;
31
= "com.example.android.
activenotifications
.delete";
MainActivity.java
18
package com.example.android.
activenotifications
;
ActiveNotificationsFragment.java
1
package com.example.android.
activenotifications
;
48
"com.example.android.
activenotifications
.notification_type";
132
final StatusBarNotification[]
activeNotifications
= mNotificationManager
135
int numberOfNotifications =
activeNotifications
.length;
138
for (StatusBarNotification notification :
activeNotifications
) {
170
final StatusBarNotification[]
activeNotifications
= mNotificationManager
173
final int numberOfNotifications =
activeNotifications
.length;
/developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsActivity.java
17
package com.example.android.
activenotifications
;
31
= "com.example.android.
activenotifications
.delete";
ActiveNotificationsFragment.java
1
package com.example.android.
activenotifications
;
48
"com.example.android.
activenotifications
.notification_type";
132
final StatusBarNotification[]
activeNotifications
= mNotificationManager
135
int numberOfNotifications =
activeNotifications
.length;
138
for (StatusBarNotification notification :
activeNotifications
) {
170
final StatusBarNotification[]
activeNotifications
= mNotificationManager
173
final int numberOfNotifications =
activeNotifications
.length;
/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsActivity.java
17
package com.example.android.
activenotifications
;
31
= "com.example.android.
activenotifications
.delete";
MainActivity.java
18
package com.example.android.
activenotifications
;
ActiveNotificationsFragment.java
1
package com.example.android.
activenotifications
;
48
"com.example.android.
activenotifications
.notification_type";
132
final StatusBarNotification[]
activeNotifications
= mNotificationManager
135
int numberOfNotifications =
activeNotifications
.length;
138
for (StatusBarNotification notification :
activeNotifications
) {
170
final StatusBarNotification[]
activeNotifications
= mNotificationManager
173
final int numberOfNotifications =
activeNotifications
.length;
Completed in 51 milliseconds