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
80 public static Handle create(File packageFile) throws IOException {
89 public static Handle create(Package pkg) throws IOException {
95 public static Handle create(PackageLite lite) throws IOException {
99 private static Handle create(List<String> codePaths, boolean multiArch,
115 return new Handle(apkHandles, multiArch, extractNativeLibs);
118 Handle(long[] apkHandles, boolean multiArch, boolean extractNativeLibs) { method in class:NativeLibraryHelper.Handle
157 private static long sumNativeBinaries(Handle handle, String abi) {
173 public static int copyNativeBinaries(Handle handle, File sharedLibraryDir, String abi) {
191 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.cpp322 class Layer::Handle : public BBinder, public LayerCleaner { class in class:android::Layer
324 Handle(const sp<SurfaceFlinger>& flinger, const sp<Layer>& layer) function in class:android::Layer::Handle
338 return new Handle(mFlinger, this);
1274 sp<Handle> handle = static_cast<Handle*>(mCurrentState.handle.get());
/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 94 milliseconds