OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationchannelstate
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/error/
VoicemailStatus.java
50
public final int
notificationChannelState
;
97
notificationChannelState
=
100
notificationChannelState
=
148
notificationChannelState
= builder.
notificationChannelState
;
166
private int
notificationChannelState
= Status.NOTIFICATION_CHANNEL_STATE_NO_CONNECTION;
217
public Builder setNotificationChannelState(int
notificationChannelState
) {
218
this.
notificationChannelState
=
notificationChannelState
;
263
+ ",
notificationChannelState
:
[
all
...]
OmtpVoicemailMessageCreator.java
58
&& Status.NOTIFICATION_CHANNEL_STATE_OK == status.
notificationChannelState
) {
65
&& Status.NOTIFICATION_CHANNEL_STATE_OK == status.
notificationChannelState
) {
72
if (Status.NOTIFICATION_CHANNEL_STATE_NO_CONNECTION == status.
notificationChannelState
) {
Vvm3VoicemailMessageCreator.java
149
if (STATUS_SMS_TIMEOUT == status.
notificationChannelState
) {
/packages/apps/Dialer/java/com/android/voicemail/impl/
VoicemailStatus.java
70
public Editor setNotificationChannelState(int
notificationChannelState
) {
71
mValues.put(Status.NOTIFICATION_CHANNEL_STATE,
notificationChannelState
);
Completed in 927 milliseconds