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

/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java73 public static class Handle implements Closeable { class in class:NativeLibraryHelper
82 public static Handle create(File packageFile) throws IOException {
91 public static Handle create(Package pkg) throws IOException {
98 public static Handle create(PackageLite lite) throws IOException {
103 private static Handle create(List<String> codePaths, boolean multiArch,
119 return new Handle(apkHandles, multiArch, extractNativeLibs, debuggable);
122 public static Handle createFd(PackageLite lite, FileDescriptor fd) throws IOException {
130 return new Handle(apkHandles, lite.multiArch, lite.extractNativeLibs, lite.debuggable);
133 Handle(long[] apkHandles, boolean multiArch, boolean extractNativeLibs, method in class:NativeLibraryHelper.Handle
177 private static long sumNativeBinaries(Handle handl
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java310 public enum Handle { enum in class:TextViewActions
329 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex) {
348 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex,
418 private final Handle mHandleType;
423 public HandleCoordinates(TextView textView, Handle handleType, int index, boolean primary) {
454 final int currentOffset = mHandleType == Handle.SELECTION_START ?
/frameworks/native/services/surfaceflinger/
H A DLayer.h694 class Handle : public BBinder, public LayerCleaner { class in class:android::Layer
696 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 93 milliseconds