Searched refs:Handle (Results 1 - 16 of 16) 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...]
H A DPackageHelper.java643 NativeLibraryHelper.Handle handle = null;
645 handle = NativeLibraryHelper.Handle.create(pkg);
652 public static long calculateInstalledSize(PackageLite pkg, NativeLibraryHelper.Handle handle,
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java38 import static android.widget.espresso.TextViewActions.Handle;
347 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a')));
352 .perform(dragHandle(textView, Handle.SELECTION_END, text.length()));
375 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a')));
379 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f')));
394 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a')));
398 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f')));
418 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a')));
422 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('k') + 1));
444 .perform(dragHandle(textView, Handle
[all...]
/frameworks/rs/script_api/
H A Drs_object_types.spec44 summary: Handle to an element
53 summary: Handle to a Type
62 summary: Handle to an allocation
71 summary: Handle to a Sampler
80 summary: Handle to a Script
H A Drs_graphics.spec122 summary: Handle to a Font
134 summary: Handle to a Mesh
145 summary: Handle to a ProgramFragment
156 summary: Handle to a ProgramVertex
167 summary: Handle to a ProgramRaster
178 summary: Handle to a ProgramStore
H A Drs_for_each.spec48 summary: Handle to a kernel invocation context
89 summary: Handle to a kernel function
/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/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java104 NativeLibraryHelper.Handle handle = null;
108 handle = NativeLibraryHelper.Handle.create(pkg);
295 private String copyPackageToContainerInner(PackageLite pkg, NativeLibraryHelper.Handle handle,
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp179 template <class Handle>
180 Handle AllocHandle(VkInstance instance, HandleType::Enum type) {
181 return reinterpret_cast<Handle>(
185 template <class Handle>
186 Handle AllocHandle(VkDevice device, HandleType::Enum type) {
187 return reinterpret_cast<Handle>(
/frameworks/native/services/surfaceflinger/
H A DLayer.h670 class Handle : public BBinder, public LayerCleaner { class in class:android::Layer
672 Handle(const sp<SurfaceFlinger>& flinger, const sp<Layer>& layer) function in class:android::Layer::Handle
H A DLayer.cpp370 return new Handle(mFlinger, this);
1849 sp<Handle> handle = static_cast<Handle*>(relativeToHandle.get());
2017 sp<Handle> handle = static_cast<Handle*>(barrierHandle.get());
2620 sp<Handle> handle = nullptr;
2625 handle = static_cast<Handle*>(newParentHandle.get());
H A DSurfaceInterceptor.cpp147 const auto layerHandle(static_cast<const Layer::Handle*>(handle.get()));
358 otherLayer = static_cast<Layer::Handle*>(state.barrierHandle.get())->owner.promote();
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java1319 NativeLibraryHelper.Handle handle = null;
1321 handle = NativeLibraryHelper.Handle.create(packageDir);
H A DPackageManagerService.java1692 // Handle the parent package
1697 // Handle the child packages
3296 NativeLibraryHelper.Handle handle = null;
3298 handle = NativeLibraryHelper.Handle.create(dstCodePath);
9854 // Handle compressed APKs in this path. Only do this for stubs with profiles to
12141 NativeLibraryHelper.Handle handle = null;
12143 handle = NativeLibraryHelper.Handle.create(pkg);
16957 NativeLibraryHelper.Handle handle = null;
16959 handle = NativeLibraryHelper.Handle.create(codeFile);
19326 // Handle rename
[all...]
/frameworks/base/config/
H A Dcompiled-classes-phone5366 com.android.internal.content.NativeLibraryHelper$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 410 milliseconds