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

<<71727374757677787980>>

  /frameworks/base/core/java/android/view/textservice/
TextServicesManager.java 45 * <li> The <strong>text services manager</strong> as expressed by this class
54 * manager for connections to text services.
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 61 * Backup Manager could use to disambiguate state files associated with
72 * backoff delay, in milliseconds, after which the Backup Manager should try again.
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 57 * Base class for Instrumented tests for the Download Manager.
480 * Note that this also calls the Download manager's remove, which cleans up the file from cache.
516 WifiManager manager = (WifiManager)mContext.getSystemService(Context.WIFI_SERVICE); local
518 manager.setWifiEnabled(enable);
755 * @param query The query to pass to the download manager
800 * @param dlRequest the download request id used by Download Manager to track the download.
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
FileA3D.java 215 * @param mgr asset manager used to load asset
267 * @param res resource manager used for loading
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 45 * Note that the fully scoped name of this class is baked into the backup manager service.
257 // TODO: bail gracefully if we can't contact the backup manager
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewManager.java 102 * Show the keyguard. Will handle creating and attaching to the view manager
233 // updated with the window manager... give it a chance to do so.
  /frameworks/base/services/audioflinger/
AudioPolicyService.h 122 // This is used by the audio policy manager for certain operations that
278 mutable Mutex mLock; // prevents concurrent access to AudioPolicy manager functions changing
  /frameworks/base/services/java/com/android/server/location/
LocationProviderProxy.java 52 // cached values set by the location manager
127 // resend previous values from the location manager if the service has restarted
  /frameworks/base/services/java/com/android/server/wm/
ViewServer.java 76 * Creates a new ViewServer associated with the specified window manager on the
79 * @param windowManager The window manager used to communicate with the views.
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 363 * The retry manager is currently owned by the DataConnectionTracker but is stored
371 * @return retry manager retryCount
378 * @return retry manager retryTimer
385 * increaseRetryCount of retry manager
392 * @return retry manager isRetryNeeded
399 * resetRetryCount of retry manager
406 * set retryForeverUsingLasttimeout of retry manager
413 * @return retry manager isRetryForever
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 163 LoaderManager manager = getLoaderManager(); local
164 CursorLoader loader = (CursorLoader) ((Loader<?>) manager.getLoader(
238 LoaderManager manager = getLoaderManager(); local
239 manager.restartLoader(LOADER_ID_FOLDER_CONTENTS, null, this);
319 LoaderManager manager = getLoaderManager(); local
320 manager.restartLoader(LOADER_ID_FOLDER_CONTENTS, null, this);
727 LoaderManager manager = getLoaderManager(); local
743 manager.restartLoader(LOADER_ID_FOLDER_CONTENTS, null, this);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/socialwidget/
SocialWidgetProvider.java 224 final AccountTypeManager manager = AccountTypeManager.getInstance(context); local
226 manager.getAccountType(streamItem.getAccountType(), streamItem.getDataSet());
  /packages/apps/Exchange/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 226 // we need to use for the account manager
280 * Helper to retrieve account manager accounts *and* remove any preexisting accounts
  /packages/experimental/UiAutomation/service/src/com/android/testing/uiautomation/
ProviderImpl.java 68 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface(ServiceManager local
71 mAccessibilityServiceConnection = manager.registerEventListener(listener);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 32 * This class handles the updating of the Notification Manager for the
35 * of this component to show the download in the notification manager.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 19 import com.android.ide.eclipse.adt.internal.resources.manager.ProjectResources;
20 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 17 package com.android.ide.eclipse.adt.internal.editors.resources.manager;
24 import com.android.ide.eclipse.adt.internal.resources.manager.ProjectResources;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SettingsController.java 229 "SDK Manager Settings",
231 "The Android SDK and AVD Manager failed to save its settings (%1$s) at %2$s",
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 53 static LogManager manager = LogManager.getLogManager(); field in class:FileHandlerTest
84 manager.reset();
88 manager.readConfiguration(EnvironmentHelper
217 manager.readConfiguration(EnvironmentHelper
421 manager.readConfiguration(EnvironmentHelper
431 manager.readConfiguration(EnvironmentHelper
  /external/valgrind/main/
glibc-2.3.supp 278 ## LinuxThreads manager writes messages containing undefined bytes
322 ## LinuxThreads leaks the stack and TLS data for the manager thread
324 LinuxThreads: leaks stack of manager thread
331 LinuxThreads: leaks TLS data for manager thread
338 LinuxThreads: leaks TLS data for manager thread
430 # level memory manager.
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 124 private LogManager manager; field in class:FileHandler
156 manager = LogManager.getLogManager();
157 manager.checkAccess();
331 String property = manager.getProperty(key);
346 String property = manager.getProperty(key);
352 String property = manager.getProperty(key);
Logger.java 38 * namespace hierarchy managed by a log manager. The naming convention is
293 * are not registered in the log manager's namespace. No security checks
307 * are not registered in the log manager's namespace. No security checks
417 * Set the logger's manager and initializes its configuration from the
418 * manager's properties.
420 void setManager(LogManager manager) {
421 String levelProperty = manager.getProperty(name + ".level");
424 manager.setLevelRecursively(Logger.this, Level.parse(levelProperty));
431 String handlersProperty = manager.getProperty(handlersPropertyName);
447 String level = manager.getProperty(handlerName + ".level")
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 209 // At this point the manager has discovered a single directory (plus two
270 // At this point the manager has discovered two custom directories.
316 // At this point the manager has discovered two custom directories.
346 * Tests if the manager works correctly when the package name for a directory is changed
374 // At this point the manager has discovered two custom directories.
563 * package manager, and see if it returns the google sync package.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
SdkUpdaterWindowImpl2.java 69 * for the second version of the SDK Manager.
75 private static final String APP_NAME = "Android SDK Manager";
106 * opening the SDK Manager.
127 * opening the SDK Manager.
168 // The SDK Manager must use a shell trim when standalone
638 mUpdaterData.getSdkLog().error(e, "AVD Manager window error");
  /external/chromium/chrome/browser/extensions/
extension_browsertests_misc.cc 64 static ExtensionHost* FindHostWithPath(ExtensionProcessManager* manager,
69 for (ExtensionProcessManager::const_iterator iter = manager->begin();
70 iter != manager->end(); ++iter) {
120 ExtensionProcessManager* manager = local
122 ExtensionHost* host = FindHostWithPath(manager, "/backgroundpage.html", 1);
603 ExtensionProcessManager* manager = local
605 ExtensionHost* host = FindHostWithPath(manager, "/bg.html", 1);
    [all...]

Completed in 1537 milliseconds

<<71727374757677787980>>