HomeSort by relevance Sort by last modified time
    Searched refs:selection (Results 51 - 75 of 332) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
PermissionContentProviderGranting.java 34 public int delete(Uri uri, String selection, String[] selectionArgs) {
55 public Cursor query(Uri uri, String[] projection, String selection,
61 public int update(Uri uri, ContentValues values, String selection,
PermissionContentProviderPath.java 18 public int delete(Uri uri, String selection, String[] selectionArgs) {
39 public Cursor query(Uri uri, String[] projection, String selection,
45 public int update(Uri uri, ContentValues values, String selection,
PermissionContentProviderPathRestricting.java 34 public int delete(Uri uri, String selection, String[] selectionArgs) {
55 public Cursor query(Uri uri, String[] projection, String selection,
61 public int update(Uri uri, ContentValues values, String selection,
PrivateContentProvider.java 34 public int delete(Uri uri, String selection, String[] selectionArgs) {
55 public Cursor query(Uri uri, String[] projection, String selection,
61 public int update(Uri uri, ContentValues values, String selection,
PrivateContentProviderGranting.java 34 public int delete(Uri uri, String selection, String[] selectionArgs) {
55 public Cursor query(Uri uri, String[] projection, String selection,
61 public int update(Uri uri, ContentValues values, String selection,
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/src/com/android/cts/permissiondeclareappcompat/
AmbiguousContentProvider.java 34 public int delete(Uri uri, String selection, String[] selectionArgs) {
55 public Cursor query(Uri uri, String[] projection, String selection,
61 public int update(Uri uri, ContentValues values, String selection,
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/src/com/android/cts/splitapp/
FeatureProvider.java 61 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
77 public int delete(Uri uri, String selection, String[] selectionArgs) {
82 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
UtilsProvider.java 37 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
53 public int delete(Uri uri, String selection, String[] selectionArgs) {
58 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
StubProvider.java 34 @Nullable String selection, @Nullable String[] selectionArgs,
50 public int delete(@NonNull Uri uri, @Nullable String selection,
57 @Nullable String selection, @Nullable String[] selectionArgs) {
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
BasicContentProvider.java 34 public int delete(Uri uri, String selection, String[] selectionArgs) {
55 public Cursor query(Uri uri, String[] projection, String selection,
61 public int update(Uri uri, ContentValues values, String selection,
  /cts/tests/framework/base/windowmanager/dndsourceapp/src/android/server/wm/dndsourceapp/
DragSourceContentProvider.java 43 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
63 public int delete(Uri uri, String selection, String[] selectionArgs) {
68 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
SettingsProvider.java 44 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
60 public int delete(Uri uri, String selection, String[] selectionArgs) {
65 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
StubProvider.java 34 @Nullable String selection, @Nullable String[] selectionArgs,
50 public int delete(@NonNull Uri uri, @Nullable String selection,
57 @Nullable String selection, @Nullable String[] selectionArgs) {
  /cts/tests/tests/location/src/android/location/cts/
MmsPduProvider.java 39 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
58 public int delete(Uri uri, String selection, String[] selectionArgs) {
64 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /cts/tests/tests/telephony/current/src/android/telephony/cts/
MmsPduProvider.java 39 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
58 public int delete(Uri uri, String selection, String[] selectionArgs) {
64 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/activityinstrumentation/
MainActivity.java 33 * new selection is made.
85 int selection = mPrefs.getInt(PREF_SPINNER_POS, PREF_SPINNER_VALUE_ISNULL); local
86 if (selection != PREF_SPINNER_VALUE_ISNULL) {
87 mSpinner.setSelection(selection);
  /developers/samples/android/testing/ActivityInstrumentation/Application/src/main/java/com/example/android/activityinstrumentation/
MainActivity.java 33 * new selection is made.
85 int selection = mPrefs.getInt(PREF_SPINNER_POS, PREF_SPINNER_VALUE_ISNULL); local
86 if (selection != PREF_SPINNER_VALUE_ISNULL) {
87 mSpinner.setSelection(selection);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsFileProvider.java 44 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
57 public int delete(Uri uri, String selection, String[] selectionArgs) {
63 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /development/samples/browseable/ActivityInstrumentation/src/com.example.android.activityinstrumentation/
MainActivity.java 33 * new selection is made.
85 int selection = mPrefs.getInt(PREF_SPINNER_POS, PREF_SPINNER_VALUE_ISNULL); local
86 if (selection != PREF_SPINNER_VALUE_ISNULL) {
87 mSpinner.setSelection(selection);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/testing/
TestContentProvider1.java 27 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) {
43 public int delete(Uri uri, String selection, String[] selectionArgs) {
48 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
MmsFileProvider.java 41 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
54 public int delete(Uri uri, String selection, String[] selectionArgs) {
60 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
NeighborIdentity.java 51 private ChoiceComponent selection; field in class:NeighborIdentity
114 return selection.ordinal();
120 return selection;
134 selection = Extend.values()[ordinal];
136 selection = Select.values()[ordinal];
138 element = selection.createElement();
145 throw new IllegalArgumentException("Unknown selection tag: " + tag);
148 selection = select;
306 return !hasExtensionValue() && Select.$BsicAndCarrier == selection;
321 selection = Select.$BsicAndCarrier
    [all...]
SatStatus.java 51 private ChoiceComponent selection; field in class:SatStatus
114 return selection.ordinal();
120 return selection;
134 selection = Extend.values()[ordinal];
136 selection = Select.values()[ordinal];
138 element = selection.createElement();
145 throw new IllegalArgumentException("Unknown selection tag: " + tag);
148 selection = select;
252 return !hasExtensionValue() && Select.$NewSatelliteAndModelUC == selection;
267 selection = Select.$NewSatelliteAndModelUC
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_start/
GeographicTargetArea.java 54 private ChoiceComponent selection; field in class:GeographicTargetArea
117 return selection.ordinal();
123 return selection;
137 selection = Extend.values()[ordinal];
139 selection = Select.values()[ordinal];
141 element = selection.createElement();
148 throw new IllegalArgumentException("Unknown selection tag: " + tag);
151 selection = select;
255 return !hasExtensionValue() && Select.$CircularArea == selection;
270 selection = Select.$CircularArea
    [all...]
  /cts/tests/tests/view/src/android/view/textclassifier/cts/
TextClassifierValueObjectsTest.java 79 final TextSelection selection = new TextSelection.Builder(START, END) local
86 assertEquals(START, selection.getSelectionStartIndex());
87 assertEquals(END, selection.getSelectionEndIndex());
88 assertEquals(2, selection.getEntityCount());
89 assertEquals(TextClassifier.TYPE_EMAIL, selection.getEntity(0));
90 assertEquals(TextClassifier.TYPE_ADDRESS, selection.getEntity(1));
91 assertEquals(addressScore, selection.getConfidenceScore(TextClassifier.TYPE_ADDRESS),
93 assertEquals(emailScore, selection.getConfidenceScore(TextClassifier.TYPE_EMAIL),
95 assertEquals(0, selection.getConfidenceScore("random_type"), ACCEPTED_DELTA);
96 assertEquals(ID, selection.getId())
107 final TextSelection selection = new TextSelection.Builder(start, end) local
124 TextSelection selection = new TextSelection.Builder(START, END).build(); local
137 final TextSelection selection = new TextSelection.Builder(START, END) local
162 final TextSelection selection = new TextSelection.Builder(START, END).build(); local
    [all...]

Completed in 467 milliseconds

1 23 4 5 6 7 8 91011>>