Home
last modified time | relevance | path

Searched refs:fromContext (Results 1 – 7 of 7) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
DWireFormat.java41 return ProtobufWireAdapter.fromContext(context); in getWireInterface()
43 return JsonWireAdapter.fromContext(context); in getWireInterface()
45 return XmlWireAdapter.fromContext(context); in getWireInterface()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptsLiveFolder.java53 .fromContext(this, icon)); in createLiveFolder()
DInterpreterPicker.java80 Intent.ShortcutIconResource.fromContext(InterpreterPicker.this, icon); in onListItemClick()
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
DJsonWireAdapter.java74 public static JsonWireAdapter fromContext(PairingContext context) { in fromContext() method in JsonWireAdapter
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
DXmlWireAdapter.java68 public static XmlWireAdapter fromContext(PairingContext context) { in fromContext() method in XmlWireAdapter
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
DScriptProvider.java145 ShortcutIconResource icon = ShortcutIconResource.fromContext(mContext, iconId); in queryLiveFolder()
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
DProtobufWireAdapter.java84 public static ProtobufWireAdapter fromContext(PairingContext context) { in fromContext() method in ProtobufWireAdapter