OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headerParts
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMime.java
506
String[]
headerParts
= header.split(":",2);
507
if(
headerParts
.length != 2) {
516
String headerType =
headerParts
[0].toUpperCase();
517
String headerValue =
headerParts
[1].trim();
597
String[]
headerParts
= header.split(":",2);
598
if(
headerParts
.length != 2) {
603
String headerType =
headerParts
[0].toUpperCase();
604
String headerValue =
headerParts
[1].trim();
/prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar
/prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar
Completed in 1121 milliseconds