OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:areNotificationsEnabled
(Results
1 - 9
of
9
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotificationManager.java
69
protected boolean
areNotificationsEnabled
() {
73
public void setNotificationsEnabled(boolean
areNotificationsEnabled
) {
74
mAreNotificationsEnabled =
areNotificationsEnabled
;
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java
121
boolean
areNotificationsEnabled
= mNotificationManagerCompat.
areNotificationsEnabled
();
124
if (!
areNotificationsEnabled
) {
[
all
...]
/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java
134
boolean
areNotificationsEnabled
= mNotificationManagerCompat.
areNotificationsEnabled
();
136
if (!
areNotificationsEnabled
) {
[
all
...]
/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java
138
boolean
areNotificationsEnabled
= mNotificationManagerCompat.
areNotificationsEnabled
();
141
if (!
areNotificationsEnabled
) {
[
all
...]
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java
137
boolean
areNotificationsEnabled
= mNotificationManagerCompat.
areNotificationsEnabled
();
139
if (!
areNotificationsEnabled
) {
[
all
...]
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java
141
boolean
areNotificationsEnabled
= mNotificationManagerCompat.
areNotificationsEnabled
();
144
if (!
areNotificationsEnabled
) {
[
all
...]
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
MainActivity.java
134
boolean
areNotificationsEnabled
= mNotificationManagerCompat.
areNotificationsEnabled
();
136
if (!
areNotificationsEnabled
) {
[
all
...]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowNotificationManagerTest.java
145
public void
areNotificationsEnabled
() {
147
assertThat(notificationManager.
areNotificationsEnabled
()).isTrue();
149
assertThat(notificationManager.
areNotificationsEnabled
()).isFalse();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java
457
if (!mNm.
areNotificationsEnabled
()) {
529
if (mNm.
areNotificationsEnabled
()) {
[
all
...]
Completed in 190 milliseconds