OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notification_channel_state
(Results
1 - 15
of
15
) sorted by null
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VoicemailStatusQueryHelper.java
33
Status.
NOTIFICATION_CHANNEL_STATE
, // 2
39
public static final int
NOTIFICATION_CHANNEL_STATE
= 2;
72
phoneAccount,
NOTIFICATION_CHANNEL_STATE
, Status.NOTIFICATION_CHANNEL_STATE_OK);
/packages/apps/Dialer/java/com/android/dialer/database/
VoicemailStatusQuery.java
61
Status.
NOTIFICATION_CHANNEL_STATE
// 5
/packages/apps/Dialer/java/com/android/voicemail/impl/
VoicemailStatus.java
71
mValues.put(Status.
NOTIFICATION_CHANNEL_STATE
, notificationChannelState);
/packages/providers/ContactsProvider/tests/assets/calllogmigration/
contacts2.db
8
CREATE TABLE sqlite_stat1(tbl,idx,stat)?--?atablevoicemail_statusvoicemail_statusCREATE TABLE voicemail_status (_id INTEGER PRIMARY KEY AUTOINCREMENT,source_package TEXT UNIQUE NOT NULL,phone_account_component_name TEXT,phone_account_id TEXT,settings_uri TEXT,voicemail_access_uri TEXT,configuration_state INTEGER,data_channel_state INTEGER,
notification_channel_state
INTEGER, quota_occupied INTEGER DEFAULT -1, quota_total INTEGER DEFAULT -1)?S- indexsqlite_autoindex_voicemail_status_1voicemail_status P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)?:?StablecallscallsCREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,presentation INTEGER NOT NULL DEFAULT 1,post_dial_digits TEXT NOT NULL DEFAULT '',date INTEGER,duration INTEGER,data_usage INTEGER,type INTEGER,features INTEGER NOT NULL DEFAULT 0,subscription_component_name TEXT,subscription_id TEXT,phone_account_address TEXT,phone_account_hidden INTEGER NOT NULL DEFAULT 0,sub_id INTEGER DEFAULT -1,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT,countryiso TEXT,voicemail_uri TEXT,is_read INTEGER,geocoded_location TEXT,lookup_uri TEXT,matched_number TEXT,normalized_number TEXT,photo_id INTEGER NOT NULL DEFAULT 0,photo_uri TEXT,formatted_number TEXT,add_for_all_users INTEGER NOT NULL DEFAULT 1,_data TEXT,has_content INTEGER,mime_type TEXT,source_data TEXT,source_package TEXT,transcription TEXT,state INTEGER,dirty INTEGER NOT NULL DEFAULT 0,deleted INTEGER NOT NULL DEFAULT 0, last_modified INTEGER DEFAULT 0)n!!?'tablepropertiespropertiesCREATE TABLE properties (property_key TEXT PRIMARY KEY, property_value TEXT )3G! indexsqlite_autoindex_properties_1properties W--ctableandroid_metadataandroid_metadataCREATE TABLE android_metadata (locale TEXT) ? ? en_US ?????Y> g5call_log_last_synced123456f7directoryScanComplete16d)Wknown_accountsmakoto.android.1@gmail.comcom.google %search_index1)aggregation_v25localeen-US#icu_version56.1#7#database_time_created46826626075
[
all
...]
/frameworks/base/core/java/android/provider/
VoicemailContract.java
466
* @see #
NOTIFICATION_CHANNEL_STATE
611
public static final String
NOTIFICATION_CHANNEL_STATE
= "
notification_channel_state
";
614
* Value of {@link #
NOTIFICATION_CHANNEL_STATE
} to indicate that the notification channel is
619
* Value of {@link #
NOTIFICATION_CHANNEL_STATE
} to indicate that the notification channel
624
* Value of {@link #
NOTIFICATION_CHANNEL_STATE
} to indicate that there are messages waiting
/cts/tests/tests/provider/src/android/provider/cts/contacts/
VoicemailContractTest.java
383
Status.DATA_CHANNEL_STATE, Status.
NOTIFICATION_CHANNEL_STATE
,
414
value.put(Status.
NOTIFICATION_CHANNEL_STATE
, insertNotificationChannelState);
440
value.put(Status.
NOTIFICATION_CHANNEL_STATE
, updateNotificationChannelState);
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorVoicemail.java
104
values.put(Status.
NOTIFICATION_CHANNEL_STATE
, Status.NOTIFICATION_CHANNEL_STATE_OK);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailStatusTable.java
51
.add(Status.
NOTIFICATION_CHANNEL_STATE
)
CallLogDatabaseHelper.java
177
VoicemailContract.Status.
NOTIFICATION_CHANNEL_STATE
+ " INTEGER," +
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/error/
VoicemailStatus.java
90
/* Before O, the
NOTIFICATION_CHANNEL_STATE
in the voicemail status table for the system
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.java
607
values.put(Status.
NOTIFICATION_CHANNEL_STATE
,
795
values.put(Status.
NOTIFICATION_CHANNEL_STATE
, Status.NOTIFICATION_CHANNEL_STATE_OK);
ContactsDatabaseHelperUpgradeTest.java
498
new TableColumn(Status.
NOTIFICATION_CHANNEL_STATE
, INTEGER, false, null),
[
all
...]
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql
46
CREATE TABLE voicemail_status (_id INTEGER PRIMARY KEY AUTOINCREMENT,source_package TEXT UNIQUE NOT NULL,phone_account_component_name TEXT,phone_account_id TEXT,settings_uri TEXT,voicemail_access_uri TEXT,configuration_state INTEGER,data_channel_state INTEGER,
notification_channel_state
INTEGER);
[
all
...]
/prebuilts/sdk/21/
android.jar
/prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar
Completed in 2478 milliseconds