/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
WifiManagerTest.java | 112 configuration.priority = 44; 117 assertThat(configuration.priority, equalTo(44)); 118 assertThat(configuredNetworks.get(1).priority, equalTo(44));
|
/external/stressapptest/src/ |
logger.h | 63 // Lines with a priority numerically greater than this will not be logged. 92 // priority: If this is numerically greater than the verbosity, the line 96 void VLogF(int priority, const char *format, va_list args);
|
/frameworks/av/include/media/nbaio/ |
MonoPipe.h | 106 // strictly higher priority than the observer threads. Currently, both of 108 // FastMixer thread (which runs with SCHED_FIFO/RT priority while the only 110 // traditional (non-RT) audio priority.
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 452 * Set priority of the profile 455 * Priority can be one of {@link #PRIORITY_ON} or 462 * @param priority 463 * @return true if priority is set, false on error 466 public boolean setPriority(BluetoothDevice device, int priority) { 467 if (DBG) log("setPriority(" + device + ", " + priority + ")"); 470 if (priority != BluetoothProfile.PRIORITY_OFF && 471 priority != BluetoothProfile.PRIORITY_ON) { 475 return mService.setPriority(device, priority); 486 * Get the priority of the profile [all...] |
/frameworks/base/core/jni/ |
android_util_Log.cpp | 106 * public static native int println_native(int buffer, int priority, String tag, String msg) 109 jint bufID, jint priority, jstring tagObj, jstring msgObj) 128 int res = __android_log_buf_write(bufID, (android_LogPriority)priority, tag, msg);
|
/frameworks/base/docs/html/design/patterns/ |
notifications.jd | 18 <li>A priority flag was introduced that helps to sort notifications by importance rather than time only.</li> 92 <h4>Correctly set and manage notification priority</h4> 93 <p>Starting with Jelly Bean, Android now supports a priority flag for notifications. It allows you to influence where your notification will appear in comparison to other notifications and help to make sure that users always see their most important notifications first. You can choose from the following priority levels when posting a notification:</p> 97 <th><strong>Priority</strong></th> 106 <td>Use high priority notifications primarily for important communication, such as message or chat events with content that is particularly interesting for the user.</td> 110 <td>The default priority. Keep all notifications that don't fall into any of the other categories at this priority level.</td> 118 <td>Contextual/background information (e.g. weather information, contextual location information). Minimum priority notifications will not show in the status bar. The user will only discover them when they expand the notification tray.</td> 155 <p>Many Android devices contain a tiny lamp, called the notification <acronym title="Light-Emitting Diode">LED</acronym>, which is used to keep the user informed about events while the screen is off. Notifications with a priority level of MAX, HIGH, or DEFAULT should cause the LED to glow, while those with lower priority (LOW (…) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
ApnContext.java | 51 public final int priority; field in class:ApnContext 82 priority = config.priority;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.11e.h | 74 /* 802.1D priority is duplicated - bits 13-11 AND bits 3-1 */ 86 #define TS_INFO_USER_PRIO_SHIFT 3 /* TS info. user priority shift */ 87 /* TS info. user priority mask */
|
/libnativehelper/include/nativehelper/ |
JNIHelp.h | 115 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception); 176 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL) { 177 jniLogException(&env->functions, priority, tag, exception);
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
ClockContract.java | 148 * Alarm state to show low priority alarm notification. 158 * Alarm state to hide low priority alarm notification. 166 * Alarm state to show high priority alarm notification.
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Conversation.java | 118 * @see UIProvider.ConversationColumns#PRIORITY 120 public int priority; field in class:Conversation 224 dest.writeInt(priority); 257 priority = in.readInt(); 335 priority = cursor.getInt(UIProvider.CONVERSATION_PRIORITY_COLUMN); 386 priority = other.priority; 421 int numMessages, int numDrafts, int sendingState, int priority, boolean read, 440 conversation.priority = priority; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|