OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:areNotificationsEnabled
(Results
1 - 16
of
16
) sorted by null
/frameworks/support/compat/api24/android/support/v4/app/
NotificationManagerCompatApi24.java
21
public static boolean
areNotificationsEnabled
(NotificationManager notificationManager) {
22
return notificationManager.
areNotificationsEnabled
();
/frameworks/support/compat/kitkat/android/support/v4/app/
NotificationManagerCompatKitKat.java
30
public static boolean
areNotificationsEnabled
(Context context) {
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java
30
if(noMa.
areNotificationsEnabled
()) {
/frameworks/support/compat/java/android/support/v4/app/
NotificationManagerCompat.java
163
boolean
areNotificationsEnabled
(Context context, NotificationManager notificationManager);
188
public boolean
areNotificationsEnabled
(Context context,
208
public boolean
areNotificationsEnabled
(Context context,
210
return NotificationManagerCompatKitKat.
areNotificationsEnabled
(context);
216
public boolean
areNotificationsEnabled
(Context context,
218
return NotificationManagerCompatApi24.
areNotificationsEnabled
(notificationManager);
297
public boolean
areNotificationsEnabled
() {
298
return IMPL.
areNotificationsEnabled
(mContext, mNotificationManager);
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
AccountPreferences.java
113
public boolean
areNotificationsEnabled
() {
FolderPreferences.java
210
public boolean
areNotificationsEnabled
() {
/frameworks/base/core/java/android/app/
INotificationManager.aidl
50
boolean
areNotificationsEnabled
(String pkg);
NotificationManager.java
600
public boolean
areNotificationsEnabled
() {
603
return service.
areNotificationsEnabled
(mContext.getPackageName());
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java
424
final boolean enabled = accountPreferences.
areNotificationsEnabled
();
445
if (!folderPreferences.
areNotificationsEnabled
()) {
688
if (!folderPreferences.
areNotificationsEnabled
()) {
[
all
...]
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java
[
all
...]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java
501
"package enabled? " + mNM.
areNotificationsEnabled
(),
[
all
...]
/frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java
[
all
...]
/prebuilts/sdk/current/support/v13/
android-support-v13.jar
/prebuilts/sdk/current/support/v4/
android-support-v4.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 2534 milliseconds