/frameworks/av/media/codec2/hal/common/ |
D | HalSelection.cpp | 46 codec2_hal_selection_values selection = codec2_hal_selection().value_or(HIDL); in IsCodec2AidlHalSelected() 47 switch (selection) { in IsCodec2AidlHalSelected() 53 LOG(FATAL) << "Unexpected codec2 HAL selection value: " << (int)selection; in IsCodec2AidlHalSelected() 56 std::string selection = ::android::base::GetProperty("media.c2.hal.selection", "hidl"); in IsCodec2AidlHalSelected() local 57 if (selection == "aidl") { in IsCodec2AidlHalSelected() 59 } else if (selection == "hidl") { in IsCodec2AidlHalSelected() 62 LOG(FATAL) << "Unexpected codec2 HAL selection value: " << selection; in IsCodec2AidlHalSelected()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/analytics/ |
D | ServiceStateAnalyticsProviderTest.java | 259 String[] columns, String selection, String[] selectionArgs) { in setWhenClauseForGetCursor() argument 263 eq(selection), in setWhenClauseForGetCursor() 272 private void verifyClause(String[] columns, String selection, String[] selectionArgs) { in verifyClause() argument 277 eq(selection), in verifyClause() 302 String selection = ServiceStateAnalyticsTable.SLOT_ID + " = ? "; in testTotalUpTimeThroughAggregate() local 304 setWhenClauseForGetCursor(columns, selection, selectionArgs); in testTotalUpTimeThroughAggregate() 309 verifyClause(columns, selection, selectionArgs); in testTotalUpTimeThroughAggregate() 318 String selection = ServiceStateAnalyticsTable.SLOT_ID + " = ? "; in testTotalUpTimeWhenCursorNullThroughAggregate() local 322 verifyClause(columns, selection, selectionArgs); in testTotalUpTimeWhenCursorNullThroughAggregate() 331 String selection = ServiceStateAnalyticsTable.SLOT_ID + " = ? "; in testTotalUpTimeWhenCursorInvalidThroughAggregate() local [all …]
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/ |
D | RecoverableKeyStoreDb.java | 131 String selection = in getKey() local 140 selection, in getKey() argument 187 String selection = KeysEntry.COLUMN_NAME_UID + " = ? AND " + in removeKey() local 190 return db.delete(KeysEntry.TABLE_NAME, selection, selectionArgs) > 0; in removeKey() 208 String selection = in getStatusForAllKeys() local 216 selection, in getStatusForAllKeys() argument 246 String selection = in setRecoveryStatus() local 249 return db.update(KeysEntry.TABLE_NAME, values, selection, in setRecoveryStatus() 275 String selection = in getAllKeys() local 289 selection, in getAllKeys() argument [all …]
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/ktx/ |
D | IntentKtx.kt | 20 import android.credentials.selection.CancelSelectionRequest 21 import android.credentials.selection.Constants 22 import android.credentials.selection.CreateCredentialProviderData 23 import android.credentials.selection.GetCredentialProviderData 24 import android.credentials.selection.ProviderData 25 import android.credentials.selection.RequestInfo
|
/frameworks/base/services/credentials/java/com/android/server/credentials/ |
D | CredentialManagerUi.java | 25 import android.credentials.selection.DisabledProviderData; 26 import android.credentials.selection.IntentCreationResult; 27 import android.credentials.selection.IntentFactory; 28 import android.credentials.selection.ProviderData; 29 import android.credentials.selection.RequestInfo; 30 import android.credentials.selection.UserSelectionDialogResult; 80 UserSelectionDialogResult selection = UserSelectionDialogResult in handleUiResult() local 82 if (selection != null) { in handleUiResult() 83 mCallbacks.onUiSelection(selection); in handleUiResult() 118 void onUiSelection(UserSelectionDialogResult selection); in onUiSelection() argument
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteQueryBuilder.java | 470 String selection, String[] selectionArgs, String groupBy, in query() argument 472 return query(db, projectionIn, selection, selectionArgs, groupBy, having, sortOrder, in query() 509 String selection, String[] selectionArgs, String groupBy, in query() argument 511 return query(db, projectionIn, selection, selectionArgs, in query() 551 String selection, String[] selectionArgs, String groupBy, in query() argument 559 projectionIn, selection, groupBy, having, in query() 566 enforceStrictGrammar(selection, groupBy, having, sortOrder, limit); in query() 585 final String wrappedSql = buildQuery(projectionIn, wrap(selection), groupBy, in query() 656 @Nullable String selection, @Nullable String[] selectionArgs) { in update() argument 662 final String unwrappedSql = buildUpdate(values, selection); in update() [all …]
|
/frameworks/base/core/java/android/content/ |
D | AsyncQueryHandler.java | 52 public String selection; field in AsyncQueryHandler.WorkerArgs 80 args.selection, args.selectionArgs, in handleMessage() 100 args.result = resolver.update(args.uri, args.values, args.selection, in handleMessage() 105 args.result = resolver.delete(args.uri, args.selection, args.selectionArgs); in handleMessage() 165 String[] projection, String selection, String[] selectionArgs, in startQuery() argument 175 args.selection = selection; in startQuery() 234 ContentValues values, String selection, String[] selectionArgs) { in startUpdate() argument 244 args.selection = selection; in startUpdate() 262 String selection, String[] selectionArgs) { in startDelete() argument 271 args.selection = selection; in startDelete()
|
/frameworks/proto_logging/stats/enums/stats/textclassifier/ |
D | textclassifier_enums.proto | 23 // User started a new selection. 25 // User modified an existing selection. 27 // Smart selection triggered for a single token (word). 29 // Smart selection triggered spanning multiple tokens (words). 31 // Something else other than user or the default TextClassifier triggered a selection. 37 // User typed over the selection. 49 // User dragged+dropped the selection. 57 // User reset the smart selection.
|
/frameworks/ex/common/java/com/android/common/content/ |
D | SQLiteContentProvider.java | 76 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() argument 82 protected abstract int deleteInTransaction(Uri uri, String selection, String[] selectionArgs); in deleteInTransaction() argument 148 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument 155 count = updateInTransaction(uri, values, selection, selectionArgs); in update() 166 count = updateInTransaction(uri, values, selection, selectionArgs); in update() 176 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() argument 183 count = deleteInTransaction(uri, selection, selectionArgs); in delete() 194 count = deleteInTransaction(uri, selection, selectionArgs); in delete()
|
/frameworks/opt/telephony/flags/ |
D | domainselection.aconfig | 8 description: "This flag controls AP domain selection feature." 16 description: "This flag controls AOSP's domain selection service supported." 25 description: "This flag controls OEMs' domain selection service supported." 33 description: "This flag controls domain selection metrics."
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ |
D | CredentialManagerRepo.kt | 21 import android.credentials.selection.CancelSelectionRequest 22 import android.credentials.selection.Constants 23 import android.credentials.selection.CreateCredentialProviderData 24 import android.credentials.selection.GetCredentialProviderData 25 import android.credentials.selection.DisabledProviderData 26 import android.credentials.selection.ProviderData 27 import android.credentials.selection.RequestInfo 28 import android.credentials.selection.BaseDialogResult 29 import android.credentials.selection.ProviderPendingIntentResponse 30 import android.credentials.selection.UserSelectionDialogResult
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/analytics/ |
D | CallAnalyticsProvider.java | 270 String selection, in getCount() argument 283 selection, in getCount() 299 String selection; in getColumnSelectionAndArgs() local 303 selection = in getColumnSelectionAndArgs() 312 selection, callType, callStatus, Integer.toString(mSlotIndex) in getColumnSelectionAndArgs() 315 selection = in getColumnSelectionAndArgs() 320 selectionAndArgs = new String[] {selection, callType, Integer.toString(mSlotIndex)}; in getColumnSelectionAndArgs() 324 selection = in getColumnSelectionAndArgs() 330 new String[] {selection, callStatus, Integer.toString(mSlotIndex)}; in getColumnSelectionAndArgs() 332 selection = CallAnalyticsTable.SLOT_ID + " = ? "; in getColumnSelectionAndArgs() [all …]
|
/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/ |
D | ApiName.java | 19 import static android.credentials.selection.RequestInfo.TYPE_CREATE; 20 import static android.credentials.selection.RequestInfo.TYPE_GET; 21 import static android.credentials.selection.RequestInfo.TYPE_GET_VIA_REGISTRY; 22 import static android.credentials.selection.RequestInfo.TYPE_UNDEFINED; 35 import android.credentials.selection.RequestInfo;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | FakeSmsContentProvider.java | 76 @Nullable String selection, @Nullable String[] selectionArgs, in query() argument 79 return db.query(RAW_TABLE_NAME, projection, selection, selectionArgs, null, null, in query() 91 public int delete(@NonNull Uri uri, @Nullable String selection, in delete() argument 100 count = db.update(RAW_TABLE_NAME, cv, selection, selectionArgs); in delete() 104 count = db.delete(RAW_TABLE_NAME, selection, selectionArgs); in delete()
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewAssertions.java | 63 public static ViewAssertion hasSelection(String selection) { in hasSelection() argument 64 return hasSelection(is(selection)); in hasSelection() 78 public static ViewAssertion hasSelection(Matcher<String> selection) { in hasSelection() argument 79 return new TextSelectionAssertion(selection); in hasSelection() 162 public TextSelectionAssertion(Matcher<String> selection) { 163 mSelection = checkNotNull(selection);
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | TrackerProvider.java | 86 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() argument 88 int result = db.delete(TABLE_NAME, selection, selectionArgs); in delete() 111 public Cursor query(Uri uri, String[] projection, String selection, in query() argument 115 Cursor cursor = db.query(TABLE_NAME, projection, selection, in query() 122 public int update(Uri uri, ContentValues values, String selection, in update() argument
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | FakeProviderLocal.java | 33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() argument 49 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() argument 54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument
|
D | SlowProvider.java | 41 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() argument 57 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() argument 62 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument
|
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/ |
D | DisabledProvider.java | 34 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() argument 47 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() argument 51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument
|
D | EnabledProvider.java | 34 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() argument 47 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() argument 51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument
|
/frameworks/base/services/tests/uiservicestests/src/com/android/frameworks/tests/uiservices/ |
D | DummyProvider.java | 29 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() argument 45 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() argument 50 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument
|
/frameworks/base/services/tests/PackageManagerServiceTests/apks/install_complete_package_info/src/com/android/frameworks/coretests/ |
D | TestProvider.java | 33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() argument 49 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() argument 54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument
|
D | TestReceiver.java | 33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() argument 49 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() argument 54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument
|
/frameworks/base/core/tests/coretests/apks/version_nosys/src/com/android/frameworks/coretests/version_test/ |
D | NullProvider.java | 15 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() argument 26 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() argument 31 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument
|
/frameworks/base/tests/ActivityManagerPerfTests/test-app/src/com/android/frameworks/perftests/amteststestapp/ |
D | TestContentProvider.java | 31 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() argument 42 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument 52 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() argument
|