HomeSort by relevance Sort by last modified time
    Searched full:platform_library (Results 1 - 10 of 10) sorted by null

  /device/sample/frameworks/PlatformLibrary/
com.example.android.platform_library.xml 3 <library name="com.example.android.platform_library"
4 file="/system/framework/com.example.android.platform_library.jar"/>
README.txt 20 <library name="com.example.android.platform_library"
21 file="/system/framework/com.example.android.platform_library.jar"/>
28 com.example.android.platform_library
32 whose target is "com.example.android.platform_library". The code for this
Android.mk 33 LOCAL_MODULE:= com.example.android.platform_library
43 LOCAL_MODULE:= platform_library
44 LOCAL_DROIDDOC_OPTIONS := com.example.android.platform_library
  /device/sample/products/
sample_addon.mk 4 com.example.android.platform_library \
9 device/sample/frameworks/PlatformLibrary/com.example.android.platform_library.xml:system/etc/permissions/com.example.android.platform_library.xml
12 PRODUCT_SDK_ADDON_NAME := platform_library
28 com.example.android.platform_library:libs/platform_library.jar
32 # LOCAL_MODULE:= platform_library
34 PRODUCT_SDK_ADDON_DOC_MODULE := platform_library
  /device/sample/apps/client/
AndroidManifest.xml 20 package="com.example.android.platform_library.client">
27 <uses-library android:name="com.example.android.platform_library" />
Android.mk 35 LOCAL_JAVA_LIBRARIES := com.example.android.platform_library
  /device/sample/apps/client/src/com/example/android/platform_library/client/
Client.java 17 package com.example.android.platform_library.client;
19 import com.example.android.platform_library.PlatformLibrary;
  /device/sample/sdk_addon/
manifest.ini 24 libraries=com.example.android.platform_library
32 com.example.android.platform_library=platform_library.jar;Sample optional plaform library
  /device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
PlatformLibrary.java 17 package com.example.android.platform_library;
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 226 "com/example/android/platform_library/PlatformLibrary";

Completed in 169 milliseconds