HomeSort by relevance Sort by last modified time
    Searched full:manage (Results 126 - 150 of 757) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 33 * BluetoothEnabler is a helper to manage the Bluetooth on/off checkbox
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcEnabler.java 31 * NfcEnabler is a helper to manage the Nfc on/off checkbox preference. It is
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pEnabler.java 33 * WifiP2pEnabler is a helper to manage the Wifi p2p on/off
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
new 31 * The header @c new defines several functions to manage dynamic memory and
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
new 31 * The header @c new defines several functions to manage dynamic memory and
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
new 31 * The header @c new defines several functions to manage dynamic memory and
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
asm.h 43 * CNAME and HIDENAME manage the relationship between symbol names in C
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
asm.h 43 * CNAME and HIDENAME manage the relationship between symbol names in C
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
new 31 * The header @c new defines several functions to manage dynamic memory and
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 101 * do not manage an allocator returning always the same memory adress as long as the
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/machine/
asm.h 43 * CNAME and HIDENAME manage the relationship between symbol names in C
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
new 31 * The header @c new defines several functions to manage dynamic memory and
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 101 * do not manage an allocator returning always the same memory adress as long as the
  /development/samples/BrowserPlugin/
README 108 Now that the plugin is installed you can manage it just like you would any other
109 application via Settings -> Applications -> Manage applications. To execute the
  /external/freetype/include/freetype/
ftmm.h 39 /* How to manage Multiple Masters fonts. */
42 /* The following types and functions are used to manage Multiple */
  /external/llvm/include/llvm/Analysis/
LoopPass.h 59 /// Assign pass manager to manage this pass
63 /// Return what kind of Pass Manager can manage this pass.
  /packages/apps/PackageInstaller/res/values/
strings.xml 77 <string name="manage_applications">Manage applications</string>
104 <string name="manage_device_administrators">Manage device administrators</string>
  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 105 // Manage conference:
108 // conference call, and it's enabled unless the "Manage
TelephonyCapabilities.java 161 * manage the state of a conference call (i.e. view the participants,
164 * The in-call screen's "Manage conference" UI is available only on
  /packages/apps/Settings/res/values/
strings.xml     [all...]
  /frameworks/base/docs/html/resources/articles/
service-api-changes-starting-with.jd 28 <li>Android 2.0 also introduces a new UI for end users to monitor and manage the running services on their device.</li>
40 <p>This also not coincidentally makes it much easier to manage the notification state along with the service, since the system can now guarantee that there is always a notification while the service is in the foreground, and that the notification goes away whenever the service does.</p>
130 <p>To address this, in Android 2.0 Service.onStart() as been deprecated (though still exists and operates as it used to in previous versions of the platform). It is replaced with a new {@link android.app.Service#onStartCommand(android.content.Intent, int, int)} callback that allows the service to better control how the system should manage it. The key part here is a new result code returned by the function, telling the system what it should do with the service if its process is killed while it is running:</p>
169 <p>Some other services, like the input method, are running for other reasons. For these, tapping on the service will go to the corresponding UI to manage it (in this case the system's input settings).</p>
175 <p>For most users, this new user interface should be a much more effective way to manage the background applications on their device than the existing "task killer" applications. In the vast majority of cases the reason for a slow running device is too many services trying to run. This prevents the system from being able to run any background processes (which speed up app switching), and ultimately can result in thrashing through the services when not even they can all be kept running. The Running Services UI is intended to provide very specific information about the services that are running, to help make a good decision about what should be stopped. It also does not use the API to force stop an application, which can unintentionally break applications in numerous ways.</p>
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.cc 31 // The preferences used to manage ContentSettingsTypes.
225 // If a pref to manage a default-content-setting was not set (NOTICE:
228 // preference to manage a default-content-settings is CONTENT_SETTING_DEFAULT.
  /external/kernel-headers/original/linux/
ext2_fs.h 90 * Macro-instructions used to manage several block sizes
120 * Macro-instructions used to manage fragments
149 * Macro-instructions used to manage group descriptors
  /frameworks/base/docs/html/guide/practices/
compatibility.jd 71 you manage this. You control the availability of your apps, so that they reach
76 <p>You manage your app?s availability through a simple three-step process:</p>
133 <p>To manage this, Android defines <em>feature IDs</em>. Every capability has a
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ext2_fs.h 79 * Macro-instructions used to manage several block sizes
95 * Macro-instructions used to manage fragments
119 * Macro-instructions used to manage group descriptors

Completed in 1999 milliseconds

1 2 3 4 56 7 8 91011>>