/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | CallLogProviderTest.java | 19 import static android.provider.CallLog.Calls.MISSED_REASON_NOT_MISSED; 39 import android.provider.CallLog.Calls; 137 mResolver.delete(Calls.CONTENT_URI_WITH_VOICEMAIL, null, null); in tearDown() 148 db.execSQL("DELETE FROM " + CallLogDatabaseHelper.Tables.CALLS); in getMockCallLogDatabaseHelper() 151 values.put(Calls.PHONE_ACCOUNT_COMPONENT_NAME, in getMockCallLogDatabaseHelper() 153 values.put(Calls.IS_PHONE_ACCOUNT_MIGRATION_PENDING, 1); in getMockCallLogDatabaseHelper() 154 values.put(Calls.PHONE_ACCOUNT_ID, TEST_PHONE_ACCOUNT_HANDLE_ICC_ID1); in getMockCallLogDatabaseHelper() 155 db.insert(CallLogDatabaseHelper.Tables.CALLS, null, values); in getMockCallLogDatabaseHelper() 159 values.put(Calls.PHONE_ACCOUNT_COMPONENT_NAME, in getMockCallLogDatabaseHelper() 161 values.put(Calls.IS_PHONE_ACCOUNT_MIGRATION_PENDING, 1); in getMockCallLogDatabaseHelper() [all …]
|
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | CallLogDatabaseHelper.java | 29 import android.provider.CallLog.Calls; 77 String CALLS = "calls"; field 94 String CALLS_LEGACY = "calls"; 122 // The CALLS and VOICEMAIL_STATUS table used to be in the contacts2.db. So we need to in onCreate() 135 db.execSQL("CREATE TABLE " + Tables.CALLS + " (" + in onCreate() 136 Calls._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," + in onCreate() 137 Calls.NUMBER + " TEXT," + in onCreate() 138 Calls.NUMBER_PRESENTATION + " INTEGER NOT NULL DEFAULT " + in onCreate() 139 Calls.PRESENTATION_ALLOWED + "," + in onCreate() 140 Calls.POST_DIAL_DIGITS + " TEXT NOT NULL DEFAULT ''," + in onCreate() [all …]
|
D | CallLogProvider.java | 53 import android.provider.CallLog.Calls; 110 /** Selection clause for selecting all calls that were made after a certain time */ 111 private static final String MORE_RECENT_THAN_SELECTION = Calls.DATE + "> ?"; 114 Calls.TYPE, Calls.VOICEMAIL_TYPE); 117 Calls.PHONE_ACCOUNT_HIDDEN, 0); 156 Calls.NUMBER, 157 Calls.NUMBER_PRESENTATION, 158 Calls.TYPE, 159 Calls.FEATURES, 160 Calls.DATE, [all …]
|
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/ |
H A D | AnalyticsAdminServiceSettings.java | 102 /** Returns the object with the settings used for calls to getAccount. */ 107 /** Returns the object with the settings used for calls to listAccounts. */ 113 /** Returns the object with the settings used for calls to deleteAccount. */ 118 /** Returns the object with the settings used for calls to updateAccount. */ 123 /** Returns the object with the settings used for calls to provisionAccountTicket. */ 129 /** Returns the object with the settings used for calls to listAccountSummaries. */ 138 /** Returns the object with the settings used for calls to getProperty. */ 143 /** Returns the object with the settings used for calls to listProperties. */ 150 /** Returns the object with the settings used for calls to createProperty. */ 155 /** Returns the object with the settings used for calls to deleteProperty. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ |
H A D | InstancesSettings.java | 79 /** Returns the object with the settings used for calls to addAccessConfig. */ 84 /** Returns the object with the settings used for calls to addAccessConfig. */ 90 /** Returns the object with the settings used for calls to addResourcePolicies. */ 96 /** Returns the object with the settings used for calls to addResourcePolicies. */ 102 /** Returns the object with the settings used for calls to aggregatedList. */ 109 /** Returns the object with the settings used for calls to attachDisk. */ 114 /** Returns the object with the settings used for calls to attachDisk. */ 120 /** Returns the object with the settings used for calls to bulkInsert. */ 125 /** Returns the object with the settings used for calls to bulkInsert. */ 131 /** Returns the object with the settings used for calls to delete. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-vmmigration/google-cloud-vmmigration/src/main/java/com/google/cloud/vmmigration/v1/ |
H A D | VmMigrationSettings.java | 93 /** Returns the object with the settings used for calls to listSources. */ 99 /** Returns the object with the settings used for calls to getSource. */ 104 /** Returns the object with the settings used for calls to createSource. */ 109 /** Returns the object with the settings used for calls to createSource. */ 115 /** Returns the object with the settings used for calls to updateSource. */ 120 /** Returns the object with the settings used for calls to updateSource. */ 126 /** Returns the object with the settings used for calls to deleteSource. */ 131 /** Returns the object with the settings used for calls to deleteSource. */ 137 /** Returns the object with the settings used for calls to fetchInventory. */ 142 /** Returns the object with the settings used for calls to listUtilizationReports. */ [all …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/ |
H A D | ForwardingPlayer.java | 44 /** Calls {@link Player#getApplicationLooper()} on the delegate and returns the result. */ 50 /** Calls {@link Player#addListener(Listener)} on the delegate. */ 56 /** Calls {@link Player#removeListener(Listener)} on the delegate. */ 62 /** Calls {@link Player#setMediaItems(List)} on the delegate. */ 68 /** Calls {@link Player#setMediaItems(List, boolean)} ()} on the delegate. */ 74 /** Calls {@link Player#setMediaItems(List, int, long)} on the delegate. */ 80 /** Calls {@link Player#setMediaItem(MediaItem)} on the delegate. */ 86 /** Calls {@link Player#setMediaItem(MediaItem, long)} on the delegate. */ 92 /** Calls {@link Player#setMediaItem(MediaItem, boolean)} on the delegate. */ 98 /** Calls {@link Player#addMediaItem(MediaItem)} on the delegate. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/ |
H A D | NotebookServiceSettings.java | 93 /** Returns the object with the settings used for calls to listInstances. */ 99 /** Returns the object with the settings used for calls to getInstance. */ 104 /** Returns the object with the settings used for calls to createInstance. */ 109 /** Returns the object with the settings used for calls to createInstance. */ 115 /** Returns the object with the settings used for calls to registerInstance. */ 120 /** Returns the object with the settings used for calls to registerInstance. */ 126 /** Returns the object with the settings used for calls to setInstanceAccelerator. */ 132 /** Returns the object with the settings used for calls to setInstanceAccelerator. */ 139 /** Returns the object with the settings used for calls to setInstanceMachineType. */ 145 /** Returns the object with the settings used for calls to setInstanceMachineType. */ [all …]
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | tlcl_tests.c | 36 static struct srcall calls[MAXCALLS]; variable 49 memset(calls, 0, sizeof(calls)); in ResetMocks() 51 calls[i].rsp = calls[i].rsp_buf; in ResetMocks() 60 struct srcall *c = calls + call_idx; in SetResponse() 81 struct srcall *c = calls + ncalls++; in vb2ex_tpm_send_recv() 134 TEST_PTR_EQ(calls[0].req, buf, "SendReceive req ptr"); in TlclTest() 135 TEST_EQ(calls[0].req_size, 10, "SendReceive size"); in TlclTest() 138 calls[0].retval = VB2_ERROR_MOCK; in TlclTest() 162 TEST_EQ(calls[0].req_cmd, TPM_ORD_Startup, " cmd"); in SendCommandTest() 166 TEST_EQ(calls[0].req_cmd, TPM_ORD_SaveState, " cmd"); in SendCommandTest() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-channel/google-cloud-channel/src/main/java/com/google/cloud/channel/v1/ |
H A D | CloudChannelServiceSettings.java | 95 /** Returns the object with the settings used for calls to listCustomers. */ 101 /** Returns the object with the settings used for calls to getCustomer. */ 106 /** Returns the object with the settings used for calls to checkCloudIdentityAccountsExist. */ 114 /** Returns the object with the settings used for calls to createCustomer. */ 119 /** Returns the object with the settings used for calls to updateCustomer. */ 124 /** Returns the object with the settings used for calls to deleteCustomer. */ 129 /** Returns the object with the settings used for calls to importCustomer. */ 134 /** Returns the object with the settings used for calls to provisionCloudIdentity. */ 140 /** Returns the object with the settings used for calls to provisionCloudIdentity. */ 147 /** Returns the object with the settings used for calls to listEntitlements. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-vmwareengine/google-cloud-vmwareengine/src/main/java/com/google/cloud/vmwareengine/v1/ |
H A D | VmwareEngineSettings.java | 96 /** Returns the object with the settings used for calls to listPrivateClouds. */ 103 /** Returns the object with the settings used for calls to getPrivateCloud. */ 108 /** Returns the object with the settings used for calls to createPrivateCloud. */ 113 /** Returns the object with the settings used for calls to createPrivateCloud. */ 119 /** Returns the object with the settings used for calls to updatePrivateCloud. */ 124 /** Returns the object with the settings used for calls to updatePrivateCloud. */ 130 /** Returns the object with the settings used for calls to deletePrivateCloud. */ 135 /** Returns the object with the settings used for calls to deletePrivateCloud. */ 141 /** Returns the object with the settings used for calls to undeletePrivateCloud. */ 146 /** Returns the object with the settings used for calls to undeletePrivateCloud. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/ |
H A D | AnalyticsAdminServiceSettings.java | 92 /** Returns the object with the settings used for calls to getAccount. */ 97 /** Returns the object with the settings used for calls to listAccounts. */ 103 /** Returns the object with the settings used for calls to deleteAccount. */ 108 /** Returns the object with the settings used for calls to updateAccount. */ 113 /** Returns the object with the settings used for calls to provisionAccountTicket. */ 119 /** Returns the object with the settings used for calls to listAccountSummaries. */ 128 /** Returns the object with the settings used for calls to getProperty. */ 133 /** Returns the object with the settings used for calls to listProperties. */ 140 /** Returns the object with the settings used for calls to createProperty. */ 145 /** Returns the object with the settings used for calls to deleteProperty. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-security-private-ca/google-cloud-security-private-ca/src/main/java/com/google/cloud/security/privateca/v1/ |
H A D | CertificateAuthorityServiceSettings.java | 97 /** Returns the object with the settings used for calls to createCertificate. */ 103 /** Returns the object with the settings used for calls to getCertificate. */ 108 /** Returns the object with the settings used for calls to listCertificates. */ 115 /** Returns the object with the settings used for calls to revokeCertificate. */ 121 /** Returns the object with the settings used for calls to updateCertificate. */ 127 /** Returns the object with the settings used for calls to activateCertificateAuthority. */ 134 /** Returns the object with the settings used for calls to activateCertificateAuthority. */ 142 /** Returns the object with the settings used for calls to createCertificateAuthority. */ 149 /** Returns the object with the settings used for calls to createCertificateAuthority. */ 157 /** Returns the object with the settings used for calls to disableCertificateAuthority. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/ |
H A D | DataplexServiceSettings.java | 95 /** Returns the object with the settings used for calls to createLake. */ 100 /** Returns the object with the settings used for calls to createLake. */ 106 /** Returns the object with the settings used for calls to updateLake. */ 111 /** Returns the object with the settings used for calls to updateLake. */ 117 /** Returns the object with the settings used for calls to deleteLake. */ 122 /** Returns the object with the settings used for calls to deleteLake. */ 128 /** Returns the object with the settings used for calls to listLakes. */ 134 /** Returns the object with the settings used for calls to getLake. */ 139 /** Returns the object with the settings used for calls to listLakeActions. */ 146 /** Returns the object with the settings used for calls to createZone. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ |
H A D | JobServiceSettings.java | 96 /** Returns the object with the settings used for calls to createCustomJob. */ 101 /** Returns the object with the settings used for calls to getCustomJob. */ 106 /** Returns the object with the settings used for calls to listCustomJobs. */ 113 /** Returns the object with the settings used for calls to deleteCustomJob. */ 118 /** Returns the object with the settings used for calls to deleteCustomJob. */ 124 /** Returns the object with the settings used for calls to cancelCustomJob. */ 129 /** Returns the object with the settings used for calls to createDataLabelingJob. */ 135 /** Returns the object with the settings used for calls to getDataLabelingJob. */ 141 /** Returns the object with the settings used for calls to listDataLabelingJobs. */ 150 /** Returns the object with the settings used for calls to deleteDataLabelingJob. */ [all …]
|
H A D | MetadataServiceSettings.java | 94 /** Returns the object with the settings used for calls to createMetadataStore. */ 99 /** Returns the object with the settings used for calls to createMetadataStore. */ 106 /** Returns the object with the settings used for calls to getMetadataStore. */ 111 /** Returns the object with the settings used for calls to listMetadataStores. */ 118 /** Returns the object with the settings used for calls to deleteMetadataStore. */ 123 /** Returns the object with the settings used for calls to deleteMetadataStore. */ 130 /** Returns the object with the settings used for calls to createArtifact. */ 135 /** Returns the object with the settings used for calls to getArtifact. */ 140 /** Returns the object with the settings used for calls to listArtifacts. */ 146 /** Returns the object with the settings used for calls to updateArtifact. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
H A D | JobServiceSettings.java | 97 /** Returns the object with the settings used for calls to createCustomJob. */ 102 /** Returns the object with the settings used for calls to getCustomJob. */ 107 /** Returns the object with the settings used for calls to listCustomJobs. */ 114 /** Returns the object with the settings used for calls to deleteCustomJob. */ 119 /** Returns the object with the settings used for calls to deleteCustomJob. */ 125 /** Returns the object with the settings used for calls to cancelCustomJob. */ 130 /** Returns the object with the settings used for calls to createDataLabelingJob. */ 136 /** Returns the object with the settings used for calls to getDataLabelingJob. */ 142 /** Returns the object with the settings used for calls to listDataLabelingJobs. */ 151 /** Returns the object with the settings used for calls to deleteDataLabelingJob. */ [all …]
|
H A D | MetadataServiceSettings.java | 95 /** Returns the object with the settings used for calls to createMetadataStore. */ 100 /** Returns the object with the settings used for calls to createMetadataStore. */ 107 /** Returns the object with the settings used for calls to getMetadataStore. */ 112 /** Returns the object with the settings used for calls to listMetadataStores. */ 119 /** Returns the object with the settings used for calls to deleteMetadataStore. */ 124 /** Returns the object with the settings used for calls to deleteMetadataStore. */ 131 /** Returns the object with the settings used for calls to createArtifact. */ 136 /** Returns the object with the settings used for calls to getArtifact. */ 141 /** Returns the object with the settings used for calls to listArtifacts. */ 147 /** Returns the object with the settings used for calls to updateArtifact. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ |
H A D | ContactCenterInsightsSettings.java | 86 /** Returns the object with the settings used for calls to createConversation. */ 91 /** Returns the object with the settings used for calls to uploadConversation. */ 96 /** Returns the object with the settings used for calls to uploadConversation. */ 103 /** Returns the object with the settings used for calls to updateConversation. */ 108 /** Returns the object with the settings used for calls to getConversation. */ 113 /** Returns the object with the settings used for calls to listConversations. */ 120 /** Returns the object with the settings used for calls to deleteConversation. */ 125 /** Returns the object with the settings used for calls to createAnalysis. */ 130 /** Returns the object with the settings used for calls to createAnalysis. */ 137 /** Returns the object with the settings used for calls to getAnalysis. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-securitycenter/google-cloud-securitycenter/src/main/java/com/google/cloud/securitycenter/v1/ |
H A D | SecurityCenterSettings.java | 98 /** Returns the object with the settings used for calls to bulkMuteFindings. */ 103 /** Returns the object with the settings used for calls to bulkMuteFindings. */ 110 * Returns the object with the settings used for calls to 120 /** Returns the object with the settings used for calls to createSource. */ 125 /** Returns the object with the settings used for calls to createFinding. */ 130 /** Returns the object with the settings used for calls to createMuteConfig. */ 135 /** Returns the object with the settings used for calls to createNotificationConfig. */ 141 /** Returns the object with the settings used for calls to deleteMuteConfig. */ 146 /** Returns the object with the settings used for calls to deleteNotificationConfig. */ 153 * Returns the object with the settings used for calls to [all …]
|
/aosp_15_r20/external/google-cloud-java/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/ |
H A D | AccessContextManagerSettings.java | 91 /** Returns the object with the settings used for calls to listAccessPolicies. */ 98 /** Returns the object with the settings used for calls to getAccessPolicy. */ 103 /** Returns the object with the settings used for calls to createAccessPolicy. */ 108 /** Returns the object with the settings used for calls to createAccessPolicy. */ 115 /** Returns the object with the settings used for calls to updateAccessPolicy. */ 120 /** Returns the object with the settings used for calls to updateAccessPolicy. */ 128 /** Returns the object with the settings used for calls to deleteAccessPolicy. */ 133 /** Returns the object with the settings used for calls to deleteAccessPolicy. */ 141 /** Returns the object with the settings used for calls to listAccessLevels. */ 148 /** Returns the object with the settings used for calls to getAccessLevel. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataform/google-cloud-dataform/src/main/java/com/google/cloud/dataform/v1alpha2/ |
H A D | DataformSettings.java | 95 /** Returns the object with the settings used for calls to listRepositories. */ 102 /** Returns the object with the settings used for calls to getRepository. */ 107 /** Returns the object with the settings used for calls to createRepository. */ 112 /** Returns the object with the settings used for calls to updateRepository. */ 117 /** Returns the object with the settings used for calls to deleteRepository. */ 122 /** Returns the object with the settings used for calls to fetchRemoteBranches. */ 128 /** Returns the object with the settings used for calls to listWorkspaces. */ 135 /** Returns the object with the settings used for calls to getWorkspace. */ 140 /** Returns the object with the settings used for calls to createWorkspace. */ 145 /** Returns the object with the settings used for calls to deleteWorkspace. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/ |
H A D | AlloyDBAdminSettings.java | 89 /** Returns the object with the settings used for calls to listClusters. */ 95 /** Returns the object with the settings used for calls to getCluster. */ 100 /** Returns the object with the settings used for calls to createCluster. */ 105 /** Returns the object with the settings used for calls to createCluster. */ 111 /** Returns the object with the settings used for calls to updateCluster. */ 116 /** Returns the object with the settings used for calls to updateCluster. */ 122 /** Returns the object with the settings used for calls to deleteCluster. */ 127 /** Returns the object with the settings used for calls to deleteCluster. */ 133 /** Returns the object with the settings used for calls to promoteCluster. */ 138 /** Returns the object with the settings used for calls to promoteCluster. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/ |
H A D | AlloyDBAdminSettings.java | 89 /** Returns the object with the settings used for calls to listClusters. */ 95 /** Returns the object with the settings used for calls to getCluster. */ 100 /** Returns the object with the settings used for calls to createCluster. */ 105 /** Returns the object with the settings used for calls to createCluster. */ 111 /** Returns the object with the settings used for calls to updateCluster. */ 116 /** Returns the object with the settings used for calls to updateCluster. */ 122 /** Returns the object with the settings used for calls to deleteCluster. */ 127 /** Returns the object with the settings used for calls to deleteCluster. */ 133 /** Returns the object with the settings used for calls to promoteCluster. */ 138 /** Returns the object with the settings used for calls to promoteCluster. */ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/ |
H A D | ArtifactRegistrySettings.java | 100 /** Returns the object with the settings used for calls to listDockerImages. */ 107 /** Returns the object with the settings used for calls to getDockerImage. */ 112 /** Returns the object with the settings used for calls to listMavenArtifacts. */ 119 /** Returns the object with the settings used for calls to getMavenArtifact. */ 124 /** Returns the object with the settings used for calls to listNpmPackages. */ 131 /** Returns the object with the settings used for calls to getNpmPackage. */ 136 /** Returns the object with the settings used for calls to listPythonPackages. */ 143 /** Returns the object with the settings used for calls to getPythonPackage. */ 148 /** Returns the object with the settings used for calls to importAptArtifacts. */ 153 /** Returns the object with the settings used for calls to importAptArtifacts. */ [all …]
|