Searched refs:orderBy (Results 1 – 5 of 5) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAsyncQueryHandler.java | 58 String orderBy) { in startQuery() argument 59 Cursor cursor = contentResolver.query(uri, projection, selection, selectionArgs, orderBy); in startQuery()
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | EABContactManager.java | 516 public Query orderBy(String column, int direction) { in orderBy() method in EABContactManager.Query 571 String orderBy = mOrderByColumn + " " + orderDirection; in runQuery() local 573 return resolver.query(uri, projection, selection, selectionArgs, orderBy); in runQuery() 623 String orderBy = mOrderByColumn + " " + orderDirection; in toString() local 629 sb.append("\nOrderBy: " + orderBy); in toString() 687 .orderBy(COLUMN_ID, Query.ORDER_ASCENDING); in update()
|
D | CapabilityPolling.java | 479 .orderBy(EABContactManager.COLUMN_LAST_UPDATED_TIMESTAMP, in doCapabilityDiscovery() 578 .orderBy(EABContactManager.COLUMN_ID, in updateObsoleteItems()
|
/external/tensorflow/tensorflow/python/distribute/cluster_resolver/ |
D | gce_cluster_resolver.py | 122 orderBy='name')
|
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
D | compute-gen.go | 17883 func (c *AcceleratorTypesAggregatedListCall) OrderBy(orderBy string) *AcceleratorTypesAggregatedLis… 17884 c.urlParams_.Set("orderBy", orderBy) 18300 func (c *AcceleratorTypesListCall) OrderBy(orderBy string) *AcceleratorTypesListCall { 18301 c.urlParams_.Set("orderBy", orderBy) 18561 func (c *AddressesAggregatedListCall) OrderBy(orderBy string) *AddressesAggregatedListCall { 18562 c.urlParams_.Set("orderBy", orderBy) 19323 func (c *AddressesListCall) OrderBy(orderBy string) *AddressesListCall { 19324 c.urlParams_.Set("orderBy", orderBy) 19924 func (c *AutoscalersAggregatedListCall) OrderBy(orderBy string) *AutoscalersAggregatedListCall { 19925 c.urlParams_.Set("orderBy", orderBy) [all …]
|