HomeSort by relevance Sort by last modified time
    Searched refs:appendPath (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 165 .authority(authority).appendPath(TABLE_ACCOUNT).build();
175 .appendPath(TABLE_ACCOUNT)
176 .appendPath(accountId)
186 .appendPath(TABLE_MESSAGE)
197 .appendPath(accountId)
198 .appendPath(TABLE_MESSAGE)
209 .appendPath(accountId)
210 .appendPath(TABLE_MESSAGE)
211 .appendPath(messageId)
222 .appendPath(accountId
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
LocationUrlBuilder.java 86 .appendPath(MAPS_PATH)
87 .appendPath(API_PATH)
88 .appendPath(STATIC_MAP_PATH)
112 .appendPath(MAPS_PATH)
113 .appendPath(API_PATH)
114 .appendPath(GEOCODE_PATH)
115 .appendPath(GEOCODE_OUTPUT_TYPE)
  /cts/tests/app/src/android/app/cts/
AutomaticZenRuleTest.java 32 .appendPath("path")
33 .appendPath("test")
74 .appendPath("3path")
75 .appendPath("test4")
ConditionTest.java 28 .appendPath("path")
29 .appendPath("test")
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_SearchSnippetsTest.java 83 .appendPath("nomatch").build();
92 String.valueOf(Directory.DEFAULT)).appendPath("nomatch").build();
100 .appendPath("farm").build();
111 .appendPath("farm").appendQueryParameter(ContactsContract.DIRECTORY_PARAM_KEY,
123 .appendPath("510").build();
134 .appendPath("510").appendQueryParameter(ContactsContract.DIRECTORY_PARAM_KEY,
146 .appendPath("street").build();
157 .appendPath("street").appendQueryParameter(ContactsContract.DIRECTORY_PARAM_KEY,
169 .appendPath("over").build();
180 .appendPath("over").appendQueryParameter(ContactsContract.DIRECTORY_PARAM_KEY
    [all...]
ContactsContract_PhoneLookup.java 131 .appendPath("no-such-phone-number").build();
142 .appendPath("1111222333444").build();
159 .appendPath("2111222333444").build();
173 .appendPath("777@sip.org")
191 .appendPath("no-such-phone-number").build();
202 .appendPath("1111222333444").build();
219 .appendPath("2111222333444").build();
233 .appendPath("777@sip.org")
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedContract.java 65 BASE_CONTENT_URI.buildUpon().appendPath(PATH_ENTRIES).build();
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedContract.java 65 BASE_CONTENT_URI.buildUpon().appendPath(PATH_ENTRIES).build();
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
FeedContract.java 65 BASE_CONTENT_URI.buildUpon().appendPath(PATH_ENTRIES).build();
  /frameworks/base/tools/aapt/
CacheUpdater.h 75 toCreate = existsPath.getPathLeaf().appendPath(toCreate);
82 existsPath.appendPath(toCreate.walkPath(&remains));
  /frameworks/ex/common/java/com/android/common/
Search.java 101 uriBuilder.appendPath(SearchManager.SUGGEST_URI_PATH_QUERY);
110 uriBuilder.appendPath(query);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 425 .appendPath("attachments")
426 .appendPath(segments.get(1))
427 .appendPath(segments.get(2))
436 .appendPath("attachments")
437 .appendPath(Integer.toString(emlFileUri.hashCode()))
438 .appendPath(messageId)
448 .appendPath("attachmentByCid")
449 .appendPath(Integer.toString(emlFileUri.hashCode()))
450 .appendPath(messageId)
460 .appendPath("attachment"
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
ZenModePanelTest.java 56 mForeverId = Condition.newId(mContext).appendPath("forever").build();
89 Uri foreverId = Condition.newId(mContext).appendPath("forever").build();
101 Uri foreverId = Condition.newId(mContext).appendPath("forever").build();
116 Uri foreverId = Condition.newId(mContext).appendPath("forever").build();
131 Uri foreverId = Condition.newId(mContext).appendPath("forever").build();
147 Uri foreverId = Condition.newId(mContext).appendPath("forever").build();
166 Uri foreverId = Condition.newId(mContext).appendPath("forever").build();
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/util/
AppLinkHelper.java 44 .appendPath(String.valueOf(channelId))
45 .appendPath(String.valueOf(movieId))
46 .appendPath(String.valueOf(position))
57 return Uri.parse(URI_VIEW).buildUpon().appendPath(subscriptionName).build();
  /frameworks/base/core/java/android/provider/
DocumentsContract.java 758 .authority(authority).appendPath(PATH_ROOT).build();
769 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId).build();
792 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId)
793 .appendPath(PATH_RECENT).build();
804 .appendPath(PATH_TREE).appendPath(documentId).build();
817 .authority(authority).appendPath(PATH_DOCUMENT).appendPath(documentId).build()
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/nearbyplaces/
NearbyPlacesCursorLoader.java 39 .appendPath(query)
  /frameworks/support/tv-provider/tests/src/android/support/media/tv/
ChannelLogoUtilsTest.java 74 .appendPath(res.getResourceTypeName(resId))
75 .appendPath(res.getResourceEntryName(resId))
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 146 .appendPath(Long.toString(accountId))
147 .appendPath(Long.toString(id))
148 .appendPath(FORMAT_RAW)
158 .appendPath(Long.toString(accountId))
159 .appendPath(Long.toString(id))
160 .appendPath(FORMAT_THUMBNAIL)
161 .appendPath(Long.toString(width))
162 .appendPath(Long.toString(height))
  /packages/apps/Messaging/src/com/android/messaging/util/
AvatarUriUtil.java 85 .authority(AUTHORITY).appendPath(TYPE_DEFAULT_BACKGROUND_URI).build();
132 builder.appendPath(TYPE_GROUP_URI);
215 builder.appendPath(TYPE_SIM_SELECTOR_URI);
238 builder.appendPath(TYPE_LOCAL_RESOURCE_URI);
249 builder.appendPath(TYPE_LETTER_TILE_URI);
262 builder.appendPath(TYPE_DEFAULT_URI);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GlobalSearchSupportTest.java 61 .appendPath(SearchManager.SUGGEST_URI_PATH_QUERY).appendPath("D").build();
169 ContactsContract.AUTHORITY).appendPath(SearchManager.SUGGEST_URI_PATH_QUERY)
170 .appendPath(query).build();
235 Uri refershUri = ContactsContract.AUTHORITY_URI.buildUpon().appendPath(
237 .appendPath(refreshId)
  /cts/tests/tests/provider/src/android/provider/cts/
SmsBackupRestoreTest.java 120 .appendPath(String.valueOf(mmsId)).appendPath("part").build();
177 .appendPath(String.valueOf(mmsId)).appendPath("part").build();
209 builder.appendPath(String.valueOf(mmsId)).appendPath("addr");
226 .appendPath(String.valueOf(mmsId)).appendPath("part").build();
  /cts/tests/tests/net/src/android/net/cts/
Uri_BuilderTest.java 27 uri = builder.appendPath("p2").build();
  /frameworks/base/media/java/android/media/tv/
TvContentRatingSystemInfo.java 51 .appendPath(String.valueOf(xmlResourceId))
  /packages/apps/Contacts/src/com/android/contacts/compat/
AggregationSuggestionsCompat.java 84 builder.appendPath(ContactsContract.Contacts.AggregationSuggestions.CONTENT_DIRECTORY);
  /packages/apps/Settings/src/com/android/settings/support/
SupportPhone.java 57 .appendPath(number)

Completed in 557 milliseconds

1 2 3 4 5 6 7 8