/frameworks/base/docs/html/sdk/ |
android-1.5.jd | 55 {@sdkPlatformVersion} platform, use the Android SDK and AVD Manager tool to 73 the "Installed Packages" listing in the Android SDK and AVD Manager.</p> 254 <li>Redesigned {@link android.hardware.SensorManager Sensor Manager
|
android-2.3.4.jd | 50 use the Android SDK Manager to download the latest version of the Google APIs 66 the "Installed Packages" listing in the Android SDK and AVD Manager.</p> 166 <pre>UsbManager manager = UsbManager.getInstance(this);</pre></li>
|
/frameworks/base/services/java/com/android/server/wm/ |
Session.java | 47 * Session object per process that is interacting with the window manager. 85 // Note: it is safe to call in to the input method manager 122 // Note: it is safe to call in to the input method manager
|
/libcore/luni/src/main/java/java/nio/ |
FileChannelImpl.java | 529 * Add a new pending lock to the manager. Throws an exception if the lock 549 * Removes an acquired lock from the lock manager. If the lock did not exist 550 * in the lock manager the operation is a no-op.
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldFileHandlerTest.java | 40 static LogManager manager = LogManager.getLogManager(); field in class:OldFileHandlerTest 51 manager.reset(); 75 manager.readConfiguration(propertiesToInputStream(props));
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherModel.java | 88 // our monitoring of the package manager provides all updates and we never 970 final PackageManager manager = context.getPackageManager(); local [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadService.java | 61 /** Class to handle Notification Manager updates */ 193 throw new UnsupportedOperationException("Cannot bind to Download Manager Service"); 404 Log.e(Constants.TAG, "couldn't get alarm manager");
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xutil.h | 91 * The next block of definitions are for window manager properties that 115 Bool input; /* does this application rely on the window manager to 311 * This defines a window manager property that clients may use to
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
LocalSdkParser.java | 75 * @param sdkManager An existing SDK manager to list current platforms and addons.
291 * The sdk manager only lists valid addons. However here we also want to find "broken"
327 * The sdk manager only lists valid system image via its addons or platform targets.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/ |
SdkUpdaterWindowImpl1.java | 54 * first version of the SDK Manager.
97 * opening the SDK Manager. Unused for SdkMan1.
152 mShell.setText("Android SDK and AVD Manager");
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediasessionclient.cc | 55 const buzz::Jid& jid, SessionManager *manager) 56 : jid_(jid), session_manager_(manager), focus_call_(NULL), 63 const buzz::Jid& jid, SessionManager *manager, 65 : jid_(jid), session_manager_(manager), focus_call_(NULL), 78 // Bring up the channel manager. 92 // Delete channel manager. This will wait for the channels to exit [all...] |
/external/freetype/include/freetype/internal/ |
ftobjs.h | 437 /* memory :: A handle to the memory manager. */ [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
SdkManager.java | 47 * The SDK manager parses the SDK folder and gives access to the content. 141 SdkManager manager = new SdkManager(osSdkPath); local 149 manager.setTargets(list.toArray(new IAndroidTarget[list.size()])); 152 manager.loadSamples(log); 154 return manager; 417 // saved by the SDK Manager when installing the package. [all...] |
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
BackupRestoreActivity.java | 118 /** Also cache a reference to the Backup Manager */ 236 * to the persistent store, then tells the backup manager that we need
|
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/ |
BluetoothHDPService.java | 53 * The received data needs to be interpreted using a health manager which implements the 282 // a health manager which implements the IEEE 11073-xxxxx specifications.
|
/external/apache-http/src/org/apache/http/client/ |
HttpClient.java | 76 * Obtains the connection manager used by this client. 78 * @return the connection manager
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultHttpClient.java | 105 * Creates a new HTTP client from parameters and a connection manager. 108 * @param conman the connection manager
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPoolEntry.java | 47 * A pool entry for use by connection manager implementations. 78 //@@@ currently accessed from connection manager(s) as attribute
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
SourceTreeManager.java | 47 /** Vector of SourceTree objects that this manager manages. */ 51 * Reset the list of SourceTree objects that this manager manages.
|
/external/chromium/chrome/browser/extensions/ |
extension_web_ui.cc | 139 // component apps like bookmark manager. 167 // Hack: A few things we specialize just for the bookmark manager.
|
/external/chromium/chrome/browser/sync/engine/net/ |
server_connection_manager.cc | 348 syncable::DirectoryManager* manager, 350 syncable::ScopedDirLookup dir(manager, share);
|
server_connection_manager.h | 273 // This changes the server info used by the connection manager. This allows 396 syncable::DirectoryManager* manager,
|
/external/chromium/chrome/browser/ui/views/bubble/ |
bubble.cc | 251 // |contents_view| has no layout manager, so we have to explicitly position 296 // |contents_view| has no layout manager, so we have to explicitly position
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_touch.cc | 207 DCHECK(focus_manager != NULL) << "No focus manager when restoring focus."; 254 // We may not have a focus manager if the tab has been switched before this
|
tab_contents_view_views.cc | 195 DCHECK(focus_manager != NULL) << "No focus manager when restoring focus."; 243 // We may not have a focus manager if the tab has been switched before this
|