HomeSort by relevance Sort by last modified time
    Searched full:manager (Results 1276 - 1300 of 3275) sorted by null

<<51525354555657585960>>

  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeBackupActivity.java 62 /** Also cache a reference to the Backup Manager */
179 * to the persistent store, then tells the backup manager that we need
  /frameworks/compile/slang/
slang.h 102 // File manager (for prepocessor doing the job such as header file search)
108 // Source manager (responsible for the source code handling)
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Decoder.h 60 #define MP3D_RM_MANAGER /* Enable to use Resource Manager functionality */
62 #undef MP3D_RM_MANAGER /* Enable to use Resource Manager functionality */
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
KeyManagerImpl.java 43 * data from the key store. Any key store changes, that happen after key manager was created, have
56 * Creates Key manager
  /packages/apps/Contacts/src/com/android/contacts/activities/
GroupDetailActivity.java 134 final AccountTypeManager manager = AccountTypeManager.getInstance(this); local
136 manager.getAccountType(mAccountTypeString, mDataSet);
  /packages/apps/Email/src/com/android/email/
EmailConnectivityManager.java 52 // The name of this manager (used for logging)
66 // Whether or not we're registered with the system connectivity manager
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetConfigure.java 75 AppWidgetManager manager = AppWidgetManager.getInstance(this); local
77 manager.updateAppWidget(mAppWidgetId, views);
  /packages/apps/Settings/src/com/android/settings/
LocationSettings.java 51 // These provide support for receiving notification when Location Manager settings change.
61 // listen for Location Manager settings changes
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 117 NotificationManager manager = (NotificationManager) context local
119 manager.cancel(NOTIFICATION_ID);
  /packages/providers/DownloadProvider/
AndroidManifest.xml 6 <!-- Allows access to the Download Manager -->
12 <!-- Allows advanced access to the Download Manager -->
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DownloadManagerFunctionalTest.java 35 * This test exercises the entire download manager working together -- it requests downloads through
146 * Request a download from the Download Manager.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xresource.h 62 *** X Resource Manager Intrinsics ***
170 * Resource Manager Functions
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dlm.h 18 * Interface to Distributed Lock Manager (DLM)
99 * Used only with new requests for NL mode locks. Tells the lock manager
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DebuggerConnector.java 21 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor;
22 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor.IProjectListener;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
SdkManagerAction.java 35 * Delegate for the toolbar/menu action "Android SDK Manager".
36 * It displays the Android SDK Manager.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
MessageBoxLog.java 126 MessageDialog.openInformation(shell, "Android Virtual Devices Manager",
129 MessageDialog.openError(shell, "Android Virtual Devices Manager",
  /external/chromium/chrome/browser/extensions/
extension_process_manager.cc 28 // Incognito profiles use this process manager. It is mostly a shim that decides
61 ExtensionProcessManager* manager, const Extension* extension) {
64 manager->CreateBackgroundHost(extension, extension->background_url());
68 ExtensionProcessManager* manager, const ExtensionList* extensions) {
71 CreateBackgroundHost(manager, *extension);
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command_unittest.cc 91 ScopedDirLookup dir(syncdb()->manager(), syncdb()->name());
137 ScopedDirLookup dir(syncdb()->manager(), syncdb()->name());
233 ScopedDirLookup dir(syncdb()->manager(), syncdb()->name());
287 ScopedDirLookup dir(syncdb()->manager(), syncdb()->name());
320 ScopedDirLookup dir(syncdb()->manager(), syncdb()->name());
  /external/chromium/chrome/browser/ui/cocoa/
task_manager_mac.mm 267 // Adds all the task manager's columns to the table.
306 // Task Manager.app's table header context menu).
309 [[NSMenu alloc] initWithTitle:@"Task Manager context menu"]);
625 // There's a Task manager window open already, so just activate it.
631 // "Task Manager" so close the existing window and fall through to
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOptions.java 168 // If the account manager initiated the creation, and success was not reported,
252 // install it into the Account manager as well. These are done off-thread.
253 // The account manager will report back via the callback, which will take us to
319 * This is called after the account manager creates the new account.
322 // If the account manager initiated the creation, report success at this point
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 264 DataManager manager = mActivity.getDataManager(); local
265 int type = manager.getMediaType(path);
268 intent.putExtra(Intent.EXTRA_STREAM, manager.getContentUri(path));
438 DataManager manager = mActivity.getDataManager(); local
455 intent.setData(manager.getContentUri(path));
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 62 * transformation thread is accessing the manager. Our current solution is
63 * to make most of the manager's methods <code>synchronized</code>.
84 * Map from DTM identifier numbers to DTM objects that this manager manages.
177 // The DTM should have been told who its manager was when we created it.
178 // Do we need to allow for adopting DTMs _not_ created by this manager?
541 // to a manager can use the overflow addressing scheme.)
604 // If user did not supply a reader, ask for one from the reader manager
625 * reader should still be passed to releaseXMLReader, but the reader manager
667 * internal index), or -1 if the DTM doesn't belong to this manager.
705 * in this version of the DTM manager
    [all...]
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 259 // Power manager interactions.
757 // - Ask the window manager what to do with normal events and trusted injected events.
858 // - Filter normal events and trusted injected events through the window manager policy to
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 111 * Test the constructor with no relevant log manager properties are set.
185 * Test the constructor with no relevant log manager properties are set
225 * Test the constructor with valid relevant log manager properties are set.
270 * Test the constructor with invalid relevant log manager properties are set
318 * Test the constructor with valid relevant log manager properties are set
343 * Test the constructor with valid relevant log manager properties are set,
375 * Test the constructor with valid relevant log manager properties are set
  /external/chromium/chrome/browser/automation/
automation_provider.cc 174 // Wait for the network manager to initialize.
797 ExtensionProcessManager* manager = profile_->GetExtensionProcessManager(); local
798 if (service && manager) {
801 manager,
835 ExtensionProcessManager* manager = profile_->GetExtensionProcessManager(); local
837 if (extension && service && manager) {
840 manager,
    [all...]

Completed in 1877 milliseconds

<<51525354555657585960>>