OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BlockedNumbers
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/provider/
BlockedNumberContract.java
32
* accessing this table are defined by the {@link
BlockedNumbers
} class. Messages, and calls from
56
* in the {@link
BlockedNumbers
#COLUMN_ORIGINAL_NUMBER} column. A normalized version of phone
57
* numbers (if normalization is possible) is stored in {@link
BlockedNumbers
#COLUMN_E164_NUMBER}
59
* {@link
BlockedNumbers
#COLUMN_ORIGINAL_NUMBER} column or if the E164 version of the address
60
* matches the {@link
BlockedNumbers
#COLUMN_E164_NUMBER} column.
68
* {@link
BlockedNumbers
#COLUMN_ORIGINAL_NUMBER} is a required column that needs to be populated.
69
* Apps can optionally provide the {@link
BlockedNumbers
#COLUMN_E164_NUMBER} which is the phone
75
* {@link
BlockedNumbers
#COLUMN_ORIGINAL_NUMBER} column) will result in replacing the existing
81
* values.put(
BlockedNumbers
.COLUMN_ORIGINAL_NUMBER, "1234567890");
82
* Uri uri = getContentResolver().insert(
BlockedNumbers
.CONTENT_URI, values)
[
all
...]
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 447 milliseconds