OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestNotificationListener
(Results
1 - 7
of
7
) sorted by null
/cts/tests/app/app/src/android/app/stubs/
TestNotificationListener.java
25
public class
TestNotificationListener
extends NotificationListenerService {
26
public static final String TAG = "
TestNotificationListener
";
35
private static
TestNotificationListener
sNotificationListenerInstance = null;
39
return String.format("%s/%s",
TestNotificationListener
.class.getPackage().getName(),
40
TestNotificationListener
.class.getName());
44
return new ComponentName(
TestNotificationListener
.class.getPackage().getName(),
45
TestNotificationListener
.class.getName());
66
public static
TestNotificationListener
getInstance() {
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
TestNotificationListener.java
25
public class
TestNotificationListener
extends NotificationListenerService {
26
public static final String TAG = "
TestNotificationListener
";
35
private static
TestNotificationListener
sNotificationListenerInstance = null;
39
return String.format("%s/%s",
TestNotificationListener
.class.getPackage().getName(),
40
TestNotificationListener
.class.getName());
44
return new ComponentName(
TestNotificationListener
.class.getPackage().getName(),
45
TestNotificationListener
.class.getName());
66
public static
TestNotificationListener
getInstance() {
LegacyNotificationManager20Test.java
70
private
TestNotificationListener
mListener;
75
toggleListenerAccess(
TestNotificationListener
.getId(),
87
toggleListenerAccess(
TestNotificationListener
.getId(),
99
toggleListenerAccess(
TestNotificationListener
.getId(),
103
mListener =
TestNotificationListener
.getInstance();
183
final ComponentName listenerComponent =
TestNotificationListener
.getComponentName();
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
TestNotificationListener.java
25
public class
TestNotificationListener
extends NotificationListenerService {
26
public static final String TAG = "
TestNotificationListener
";
35
private static
TestNotificationListener
sNotificationListenerInstance = null;
39
return String.format("%s/%s",
TestNotificationListener
.class.getPackage().getName(),
40
TestNotificationListener
.class.getName());
44
return new ComponentName(
TestNotificationListener
.class.getPackage().getName(),
45
TestNotificationListener
.class.getName());
66
public static
TestNotificationListener
getInstance() {
LegacyNotificationManagerTest.java
72
private
TestNotificationListener
mListener;
77
toggleListenerAccess(
TestNotificationListener
.getId(),
90
toggleListenerAccess(
TestNotificationListener
.getId(),
193
toggleListenerAccess(
TestNotificationListener
.getId(),
197
mListener =
TestNotificationListener
.getInstance();
217
toggleListenerAccess(
TestNotificationListener
.getId(),
228
toggleListenerAccess(
TestNotificationListener
.getId(),
232
mListener =
TestNotificationListener
.getInstance();
250
toggleListenerAccess(
TestNotificationListener
.getId(),
261
toggleListenerAccess(
TestNotificationListener
.getId()
[
all
...]
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
TestNotificationListener.java
26
public class
TestNotificationListener
extends NotificationListenerService {
27
public static final String TAG = "
TestNotificationListener
";
36
private static
TestNotificationListener
41
return String.format("%s/%s",
TestNotificationListener
.class.getPackage().getName(),
42
TestNotificationListener
.class.getName());
46
return new ComponentName(
TestNotificationListener
.class.getPackage().getName(),
47
TestNotificationListener
.class.getName());
68
public static
TestNotificationListener
getInstance() {
/cts/tests/app/src/android/app/cts/
NotificationManagerTest.java
58
import android.app.stubs.
TestNotificationListener
;
129
private
TestNotificationListener
mListener;
173
toggleListenerAccess(
TestNotificationListener
.getId(),
519
final ComponentName listenerComponent =
TestNotificationListener
.getComponentName();
[
all
...]
Completed in 368 milliseconds