HomeSort by relevance Sort by last modified time
    Searched full:set_foreground (Results 1 - 25 of 35) sorted by null

1 2

  /packages/apps/Settings/src/com/android/settings/net/
ChartDataLoader.java 20 import static android.net.NetworkStats.SET_FOREGROUND;
99 template, uid, SET_FOREGROUND, data.detailForeground);
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 20 import static android.net.NetworkStats.SET_FOREGROUND;
59 .addValues(TEST_IFACE2, 100, SET_FOREGROUND, TAG_NONE, 1024L, 8L, 0L, 0L, 10)
68 assertEquals(3, stats.findIndexHinted(TEST_IFACE2, 100, SET_FOREGROUND, TAG_NONE, hint));
193 .addValues(TEST_IFACE, 101, SET_FOREGROUND, TAG_NONE, 32L, 0L, 0L, 0L, 0L);
200 .addValues(TEST_IFACE2, 100, SET_FOREGROUND, TAG_NONE, 16L, 0L, 0L, 0L, 0L)
217 .addValues(IFACE_ALL, 101, SET_FOREGROUND, TAG_NONE, 128L, 8L, 0L, 2L, 20L);
231 .addValues(TEST_IFACE2, 100, SET_FOREGROUND, TAG_NONE, 512L, 32L, 0L, 0L, 0L)
247 .addValues(TEST_IFACE, 100, SET_FOREGROUND, TAG_NONE, 32L, 0L, 0L, 0L, 0L);
257 assertValues(first, 1, TEST_IFACE, 100, SET_FOREGROUND, TAG_NONE, 32L, 0L, 0L, 0L, 0L);
266 .addValues(TEST_IFACE2, 100, SET_FOREGROUND, TAG_NONE, 512L, 32L, 0L, 0L, 0L
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java 28 import static android.net.NetworkStats.SET_FOREGROUND;
263 .addValues(TEST_IFACE, UID_RED, SET_FOREGROUND, TAG_NONE, 512L, 4L, 256L, 2L, 0L)
264 .addValues(TEST_IFACE, UID_RED, SET_FOREGROUND, 0xFAAD, 256L, 2L, 128L, 1L, 0L)
280 assertUidTotal(sTemplateWifi, UID_RED, SET_FOREGROUND, 512L, 4L, 256L, 2L, 6);
316 assertUidTotal(sTemplateWifi, UID_RED, SET_FOREGROUND, 512L, 4L, 256L, 2L, 6);
715 .addValues(TEST_IFACE, UID_RED, SET_FOREGROUND, TAG_NONE, 32L, 2L, 32L, 2L, 0L)
716 .addValues(TEST_IFACE, UID_RED, SET_FOREGROUND, 0xFAAD, 1L, 1L, 1L, 1L, 0L));
734 assertValues(stats, IFACE_ALL, UID_RED, SET_FOREGROUND, TAG_NONE, 32L, 2L, 32L, 2L, 1);
735 assertValues(stats, IFACE_ALL, UID_RED, SET_FOREGROUND, 0xFAAD, 1L, 1L, 1L, 1L, 1);
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/net/
NetworkStatsFactoryTest.java 21 import static android.net.NetworkStats.SET_FOREGROUND;
104 assertStatsEntry(stats, "rmnet1", 10021, SET_FOREGROUND, 0x30100000, 742L, 3L, 1265L, 3L);
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 328 case NetworkStats.SET_FOREGROUND:
  /frameworks/base/core/java/android/net/
NetworkStats.java 52 public static final int SET_FOREGROUND = 1;
666 case SET_FOREGROUND:
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java 35 import static android.net.NetworkStats.SET_FOREGROUND;
645 final int set = uidForeground ? SET_FOREGROUND : SET_DEFAULT;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 438 inline chtype set_foreground(chtype a) { function in class:NCursesMenu
term.h 524 #define set_foreground CUR Strings[302] macro
    [all...]
cursesf.h 237 inline void set_foreground(chtype foreground) { function in class:NCursesFormField
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 438 inline chtype set_foreground(chtype a) { function in class:NCursesMenu
term.h 524 #define set_foreground CUR Strings[302] macro
    [all...]
cursesf.h 237 inline void set_foreground(chtype foreground) { function in class:NCursesFormField
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 438 inline chtype set_foreground(chtype a) { function in class:NCursesMenu
term.h 524 #define set_foreground CUR Strings[302] macro
    [all...]

Completed in 504 milliseconds

1 2