OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:forPair
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/net/
MobileDataStateTracker.java
621
Bundle bundle = Bundle.
forPair
(DctConstants.APN_TYPE_KEY, mApnType);
644
msg.setData(Bundle.
forPair
(DctConstants.PROVISIONING_URL_KEY, url));
658
msg.setData(Bundle.
forPair
(DctConstants.APN_TYPE_KEY, mApnType));
[
all
...]
/frameworks/base/core/java/android/os/
Bundle.java
147
public static Bundle
forPair
(String key, String value) {
156
* with a single pair) once Bundle.
forPair
() above is implemented
[
all
...]
Completed in 247 milliseconds