Searched refs:configure (Results 1 – 3 of 3) sorted by relevance
/development/ndk/platforms/android-3/include/linux/ |
D | transport_class.h | 24 int (*configure)(struct transport_container *, struct device *, member 30 …class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, } 37 …S(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . …
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
D | ToyVpnService.java | 282 configure(new String(packet.array(), 1, length - 1).trim()); in handshake() 289 private void configure(String parameters) throws Exception { in configure() method in ToyVpnService
|
/development/apps/WidgetPreview/src/com/android/widgetpreview/ |
D | WidgetPreviewActivity.java | 149 if (providerInfo.configure != null) { in setAppWidget() 151 configureIntent.setComponent(providerInfo.configure); in setAppWidget()
|