OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendPath
(Results
1 - 25
of
179
) sorted by null
1
2
3
4
5
6
7
8
/frameworks/base/tools/aapt2/util/
Files_test.cpp
37
TEST_F(FilesTest,
appendPath
) {
39
appendPath
(&base, "there");
45
appendPath
(&base, "there");
49
appendPath
(&base, "/there");
53
appendPath
(&base, "/there");
Files.h
64
void
appendPath
(std::string* base, StringPiece part);
/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
...]
/frameworks/base/core/java/android/provider/
DocumentsContract.java
670
.authority(authority).
appendPath
(PATH_ROOT).build();
681
.authority(authority).
appendPath
(PATH_ROOT).
appendPath
(rootId).build();
704
.authority(authority).
appendPath
(PATH_ROOT).
appendPath
(rootId)
705
.
appendPath
(PATH_RECENT).build();
716
.
appendPath
(PATH_TREE).
appendPath
(documentId).build();
729
.authority(authority).
appendPath
(PATH_DOCUMENT).
appendPath
(documentId).build()
[
all
...]
/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")
/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/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
MusicProvider.java
163
pianoBuilder.
appendPath
(BrowserService.PIANO_BASE_PATH);
174
voiceBuilder.
appendPath
(BrowserService.VOICE_BASE_PATH);
195
builder.
appendPath
(BrowserService.NOW_PLAYING_PATH);
196
builder.
appendPath
(musicTrack.getTitle());
220
builder.
appendPath
(BrowserService.PIANO_BASE_PATH);
221
builder.
appendPath
(musicTrack.getTitle());
245
builder.
appendPath
(BrowserService.VOICE_BASE_PATH);
246
builder.
appendPath
(musicTrack.getTitle());
/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
...]
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PhoneLookup.java
132
.
appendPath
("no-such-phone-number").build();
143
.
appendPath
("1111222333444").build();
160
.
appendPath
("2111222333444").build();
174
.
appendPath
("777@sip.org")
192
.
appendPath
("no-such-phone-number").build();
203
.
appendPath
("1111222333444").build();
220
.
appendPath
("2111222333444").build();
234
.
appendPath
("777@sip.org")
ContactsContract_SearchSnippetsTest.java
83
.
appendPath
("nomatch").build();
91
.
appendPath
("farm").build();
102
.
appendPath
("510").build();
113
.
appendPath
("street").build();
124
.
appendPath
("over").build();
135
.
appendPath
("123").build();
157
.
appendPath
("510").build();
174
.
appendPath
("jumps over").build();
SmsBackupRestoreTest.java
118
.
appendPath
(String.valueOf(mmsId)).
appendPath
("part").build();
173
.
appendPath
(String.valueOf(mmsId)).
appendPath
("part").build();
204
builder.
appendPath
(String.valueOf(mmsId)).
appendPath
("addr");
221
.
appendPath
(String.valueOf(mmsId)).
appendPath
("part").build();
/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/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)
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
EnterpriseContactsCursorWrapper.java
151
builder.
appendPath
(photoUriString);
179
.
appendPath
(Contacts.Photo.CONTENT_DIRECTORY).build().toString();
204
.
appendPath
(Contacts.Photo.CONTENT_DIRECTORY).build().toString();
208
.
appendPath
(Contacts.Photo.DISPLAY_PHOTO).build().toString();
/system/core/include/utils/
String8.h
212
String8&
appendPath
(const char* leaf);
213
String8&
appendPath
(const String8& leaf) { return
appendPath
(leaf.string()); }
216
* Like
appendPath
(), but does not affect this string. Returns a new one instead.
219
{ String8 p(*this); p.
appendPath
(leaf); return p; }
Completed in 1633 milliseconds
1
2
3
4
5
6
7
8