Searched refs:Handle (Results 1 - 15 of 15) 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...]
H A DPackageHelper.java526 NativeLibraryHelper.Handle handle = null;
528 handle = NativeLibraryHelper.Handle.create(pkg);
535 public static long calculateInstalledSize(PackageLite pkg, NativeLibraryHelper.Handle handle,
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java26 import static android.widget.espresso.TextViewActions.Handle;
307 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a')));
312 .perform(dragHandle(textView, Handle.SELECTION_END, text.length()));
336 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a')));
340 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f')));
356 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a')));
360 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f')));
381 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a')));
385 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('k') + 1));
408 .perform(dragHandle(textView, Handle
[all...]
/frameworks/rs/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.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/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java103 NativeLibraryHelper.Handle handle = null;
107 handle = NativeLibraryHelper.Handle.create(pkg);
313 private String copyPackageToContainerInner(PackageLite pkg, NativeLibraryHelper.Handle handle,
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp178 template <class Handle>
179 Handle AllocHandle(VkInstance instance, HandleType::Enum type) {
180 return reinterpret_cast<Handle>(
184 template <class Handle>
185 Handle AllocHandle(VkDevice device, HandleType::Enum type) {
186 return reinterpret_cast<Handle>(
/frameworks/native/services/surfaceflinger/
H A DLayer.h179 class Handle;
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/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java981 NativeLibraryHelper.Handle handle = null;
983 handle = NativeLibraryHelper.Handle.create(packageDir);
H A DPackageManagerService.java1603 // Handle the parent package
1608 // Handle the child packages
9082 NativeLibraryHelper.Handle handle = null;
9084 handle = NativeLibraryHelper.Handle.create(pkg);
13393 NativeLibraryHelper.Handle handle = null;
13395 handle = NativeLibraryHelper.Handle.create(codeFile);
/frameworks/base/
H A Dcompiled-classes-phone5293 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 6730 milliseconds