Searched defs:Handle (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java72 public static class Handle implements Closeable { class in class:NativeLibraryHelper
81 public static Handle create(File packageFile) throws IOException {
90 public static Handle create(Package pkg) throws IOException {
97 public static Handle create(PackageLite lite) throws IOException {
102 private static Handle create(List<String> codePaths, boolean multiArch,
118 return new Handle(apkHandles, multiArch, extractNativeLibs, debuggable);
121 Handle(long[] apkHandles, boolean multiArch, boolean extractNativeLibs, method in class:NativeLibraryHelper.Handle
164 private static long sumNativeBinaries(Handle handle, String abi) {
180 public static int copyNativeBinaries(Handle handle, File sharedLibraryDir, String abi) {
198 public static int findSupportedAbi(Handle handl
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java294 public enum Handle { enum in class:TextViewActions
313 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex) {
332 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex,
402 private final Handle mHandleType;
407 public HandleCoordinates(TextView textView, Handle handleType, int index, boolean primary) {
438 final int currentOffset = mHandleType == Handle.SELECTION_START ?
/frameworks/native/services/surfaceflinger/
H A DLayer.h674 class Handle : public BBinder, public LayerCleaner { class in class:android::Layer
676 Handle(const sp<SurfaceFlinger>& flinger, const sp<Layer>& layer) function in class:android::Layer::Handle
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 377 milliseconds