OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAppLink
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/notification/
NotificationSettingsBase.java
102
protected Preference
mAppLink
;
266
if (mAppRow.settingsIntent != null &&
mAppLink
== null) {
267
mAppLink
= new Preference(getPrefContext());
268
mAppLink
.setKey(KEY_APP_LINK);
269
mAppLink
.setOrder(500);
270
mAppLink
.setIntent(mAppRow.settingsIntent);
271
mAppLink
.setTitle(mContext.getString(R.string.app_settings_link));
272
getPreferenceScreen().addPreference(
mAppLink
);
AppNotificationSettings.java
327
if (
mAppLink
!= null) {
328
setVisible(
mAppLink
, !banned);
ChannelNotificationSettings.java
389
if (
mAppLink
!= null) {
390
setVisible(
mAppLink
, checkCanBeVisible(NotificationManager.IMPORTANCE_MIN));
Completed in 85 milliseconds