Home
last modified time | relevance | path

Searched refs:Handle (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java71 public static class Handle implements Closeable { class in NativeLibraryHelper
78 public static Handle create(File packageFile) throws IOException { in create()
87 public static Handle create(Package pkg) throws IOException { in create()
92 public static Handle create(PackageLite lite) throws IOException { in create()
96 private static Handle create(List<String> codePaths, boolean multiArch) throws IOException { in create()
111 return new Handle(apkHandles, multiArch); in create()
114 Handle(long[] apkHandles, boolean multiArch) { in Handle() method in NativeLibraryHelper.Handle
152 private static long sumNativeBinaries(Handle handle, String abi) { in sumNativeBinaries()
168 public static int copyNativeBinaries(Handle handle, File sharedLibraryDir, String abi) { in copyNativeBinaries()
185 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi()
[all …]
DPackageHelper.java432 NativeLibraryHelper.Handle handle = null; in calculateInstalledSize()
434 handle = NativeLibraryHelper.Handle.create(pkg); in calculateInstalledSize()
441 public static long calculateInstalledSize(PackageLite pkg, NativeLibraryHelper.Handle handle, in calculateInstalledSize()
/frameworks/base/docs/html/training/keyboard-input/
Dcommands.jd12 <li><a href="#SingleKey">Handle Single Key Events</a></li>
13 <li><a href="#ModifierKey">Handle Modifier Keys</a></li>
40 <h2 id="SingleKey">Handle Single Key Events</h2>
74 <h2 id="ModifierKey">Handle Modifier Keys</h2>
Dnavigation.jd13 <li><a href="#Tab">Handle Tab Navigation</a></li>
14 <li><a href="#Direction">Handle Directional Navigation</a></li>
87 <h2 id="Tab">Handle Tab Navigation</h2>
130 <h2 id="Direction">Handle Directional Navigation</h2>
/frameworks/base/docs/html/training/sharing/
Dreceive.jd20 <li><a href="#handling-content">Handle the Incoming Content</a></li>
86 <h2 id="handling-content">Handle the Incoming Content</h2>
105 handleSendText(intent); // Handle text being sent
107 handleSendImage(intent); // Handle single image being sent
111 handleSendMultipleImages(intent); // Handle multiple images being sent
114 // Handle other intents, such as being started from the home screen
/frameworks/base/docs/html/training/managing-audio/
Daudio-output.jd18 <li><a href="#HandleChanges">Handle Changes in the Audio Output Hardware</a></li>
57 <h2 id="HandleChanges">Handle Changes in the Audio Output Hardware</h2>
Daudio-focus.jd20 <li><a href="#HandleFocusLoss">Handle the Loss of Audio Focus</a></li>
114 <h2 id="HandleFocusLoss">Handle the Loss of Audio Focus</h2>
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DDefaultContainerService.java103 NativeLibraryHelper.Handle handle = null;
107 handle = NativeLibraryHelper.Handle.create(pkg);
313 private String copyPackageToContainerInner(PackageLite pkg, NativeLibraryHelper.Handle handle, in copyPackageToContainerInner()
/frameworks/base/docs/html/training/location/
Dgeofencing.jd13 <li><a href="#HandleGeofenceTransitions">Handle Geofence Transitions</a></li>
131 * Handle results returned to the FragmentActivity
518 // Handle to geofence 1 latitude in the UI
520 // Handle to geofence 1 longitude in the UI
522 // Handle to geofence 1 radius in the UI
524 // Handle to geofence 2 latitude in the UI
526 // Handle to geofence 2 longitude in the UI
528 // Handle to geofence 2 radius in the UI
821 * Handle the result of adding the geofences
830 * Handle successful addition of geofences here.
[all …]
Dactivity-recognition.jd11 <li><a href="#HandleUpdates">Handle Activity Updates</a>
133 * Handle results returned to the FragmentActivity
406 <h3>Handle disconnections</h3>
434 <!-- Handle connection errors -->
435 <h3>Handle connection errors</h3>
495 <h2 id="HandleUpdates">Handle Activity Updates</h2>
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/
DDriverView.java.template56 // Handle the system event and clean up
/frameworks/base/docs/html/training/load-data-background/
Dhandle-results.jd13 <a href="#HandleResults">Handle Query Results</a>
49 <h2 id="HandleResults">Handle Query Results</h2>
/frameworks/base/docs/html/training/basics/data-storage/
Dshared-preferences.jd15 <li><a href="#GetSharedPreferences">Get a Handle to a SharedPreferences</a></li>
47 <h2 id="GetSharedPreferences">Get a Handle to a SharedPreferences</h2>
/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd14 <li><a href="#suggestions">Handle Search Suggestions</a></li>
15 <li><a href="#terms">Handle Search Terms</a></li>
174 <a href="#suggestions">Handle Search Suggestions</a>, below.
251 <h2 id="suggestions">Handle Search Suggestions</h2>
304 <h2 id="terms">Handle Search Terms</h2>
347 <p>If you have set up the search configuration as described in <a href="#suggestions">Handle Search
/frameworks/base/docs/html/training/basics/intents/
Dfilters.jd15 <li><a href="#HandleIntent">Handle the Intent in Your Activity</a></li>
157 <h2 id="HandleIntent">Handle the Intent in Your Activity</h2>
182 // Handle intents with image data ...
184 // Handle intents with text ...
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dshared.rsh99 // Handle signed zeroes
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dshared.rsh99 // Handle signed zeroes
/frameworks/base/docs/html/training/articles/
Dwear-location-detection.jd14 <li><a href="#Disconnection">Handle Disconnection Events</a></li>
15 <li><a href="#Notify">Handle Location Not Found</a></li>
245 <h2 id="Disconnection">Handle Disconnection Events</h2>
301 <h2 id="Notify">Handle Location Not Found</h2>
/frameworks/base/docs/html/training/tv/start/
Dhardware.jd12 <li><a href="#handle-features">Handle Unsupported Hardware Features</a></li>
63 <h2 id="handle-features">Handle Unsupported Hardware Features</h2>
377 <h3 id="controller-disconnects">Handle controller disconnects</h3>
425 <h3 id="d-pad-variants">Handle D-pad input variations</h3>
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd15 <li><a href="#concurrency">Handle Concurrency</a></li>
107 <h2 id="concurrency">Handle Concurrency</h2>
/frameworks/base/docs/html/training/multiscreen/
Dadaptui.jd22 <li><a href="#TaskHandleConfigChanges">Handle Screen Configuration Changes</a></li>
223 <h2 id="TaskHandleConfigChanges">Handle Screen Configuration Changes</h2>
/frameworks/base/docs/html/training/implementing-navigation/
Dnav-drawer.jd15 <li><a href="#ListItemClicks">Handle Navigation Click Events</a></li>
158 <h2 id="ListItemClicks">Handle Navigation Click Events</h2>
378 // Handle your other action bar items...
/frameworks/native/services/surfaceflinger/
DLayer.cpp249 class Handle : public BBinder, public LayerCleaner { in getHandle() class
252 Handle(const sp<SurfaceFlinger>& flinger, const sp<Layer>& layer) in getHandle() function in android::Layer::getHandle::Handle
257 return new Handle(mFlinger, this); in getHandle()
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd20 <li><a href="#layoutevent">Handle Layout Events</a></li>
113 <h2 id="layouteevent">Handle Layout Events</h2>
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java806 NativeLibraryHelper.Handle handle = null; in extractNativeLibraries()
808 handle = NativeLibraryHelper.Handle.create(packageDir); in extractNativeLibraries()

123