Searched refs:CALLS (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | UriMatcherTest.java | 39 static final int CALLS = 9; field in UriMatcherTest 58 matcher.addURI("calls", null, CALLS); in testContentUris() 79 matcher.addURI("calls", null, CALLS); in testContentUrisWithLeadingSlash() 100 matcher.addURI("calls", "/", CALLS); in testContentUrisWithLeadingSlashAndOnlySlash() 177 check("content://calls", CALLS, matcher); in checkAll() 178 check("content://calls/", CALLS, matcher); in checkAll()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | CallLogProvider.java | 160 private static final int CALLS = 1; field in CallLogProvider 180 sURIMatcher.addURI(CallLog.AUTHORITY, "calls", CALLS); in sURIMatcher.addURI() argument 189 sURIMatcher.addURI(CallLog.SHADOW_AUTHORITY, "calls", CALLS); in sURIMatcher.addURI() argument 402 qb.setTables(Tables.CALLS); in queryInternal() 419 case CALLS: in queryInternal() 516 case CALLS: in getType() 611 mCallsInserter = new DatabaseUtils.InsertHelper(db, Tables.CALLS); in insertInternal() 814 case CALLS: in updateInternal() 846 case CALLS: in deleteInternal() 1149 if (DatabaseUtils.queryNumEntries(db, Tables.CALLS, in copyEntriesFromCursor() [all …]
|
H A D | CallLogDatabaseHelper.java | 62 String CALLS = "calls"; field 119 db.execSQL("CREATE TABLE " + Tables.CALLS + " (" + in onCreate() 281 db.execSQL("ALTER TABLE " + Tables.CALLS + " ADD " + Calls.VIA_NUMBER + in upgradeToVersion2() 343 String oldTable = Tables.CALLS + "_old"; in upgradetoVersion8() 349 db.execSQL("CREATE TABLE " + Tables.CALLS + " (" + in upgradetoVersion8() 453 db.execSQL("INSERT INTO " + Tables.CALLS + " (" + in upgradetoVersion8() 517 calllog.insertOrThrow(Tables.CALLS, null, cv); in migrateFromLegacyTables() 600 getWritableDatabase().execSQL("DELETE FROM " + Tables.CALLS); in wipeForTest()
|
H A D | DbModifierWithNotification.java | 103 mIsCallsTable = mTableName.equals(Tables.CALLS); in DbModifierWithNotification()
|
H A D | VoicemailContentProvider.java | 100 mVoicemailContentTable = new VoicemailContentTable(Tables.CALLS, context, in onCreate()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | CallLogMigrationTest.java | 71 CallLogDatabaseHelper.Tables.CALLS, null)); in testMigration()
|
/aosp12/frameworks/base/core/proto/android/app/ |
H A D | notificationmanager.proto | 39 CALLS = 4; enumerator
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | ZenPolicy.java | 1096 proto.write(ZenPolicyProto.CALLS, getPriorityCategoryCalls()); in dumpDebug() 1123 proto.write(DNDPolicyProto.CALLS, getPriorityCategoryCalls()); in toProto()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 8239 Landroid/app/PolicyProto;->CALLS:I
|