HomeSort by relevance Sort by last modified time
    Searched refs:guts (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 732 // The gear button in the guts that links to the app's own notification settings
740 // The (i) button in the guts that links to the system notification settings for that app
784 final View guts = row.findViewById(R.id.notification_guts); local
865 final NotificationGuts guts = (NotificationGuts) v.findViewById( local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
results.js 50 // data format. Code outside this class shouldn't know about the guts of the JSON format.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 405 guts = line.split() # assuming no test has whitespace in its name
406 if guts and not guts[0].startswith('#'):
407 tests.extend(guts)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 405 guts = line.split() # assuming no test has whitespace in its name
406 if guts and not guts[0].startswith('#'):
407 tests.extend(guts)
    [all...]

Completed in 250 milliseconds