Searched defs:cat (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/libbcc/gdb_plugin/ |
D | android-commands.py | 337 def __init__(self, adb, name="android-status", cat=gdb.COMMAND_OBSCURE, verbose=False): argument 427 def __init__ (self, adb, name="start-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument 581 def __init__(self, adb, name="run-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument 591 def __init__(self, adb, name="attach-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument 658 def __init__(self, adb, name="load-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument 728 def __init__(self, adb, name="set-android-device", cat=gdb.COMMAND_RUNNING, verbose=False): argument
|
/frameworks/base/core/java/com/android/internal/app/ |
D | MediaRouteChooserDialogFragment.java | 253 final RouteCategory cat = mRouter.getCategoryAt(i); in update() local 459 RouteCategory cat = info.getCategory(); in bindItemView() local 482 RouteCategory cat = (RouteCategory) mItems.get(position); in bindHeaderView() local
|
D | ResolverActivity.java | 302 int cat = ri.match&IntentFilter.MATCH_CATEGORY_MASK; in onIntentSelected() local
|
/frameworks/base/media/java/android/media/ |
D | MediaRouter.java | 337 final RouteCategory cat = info.getCategory(); in addRoute() local 401 final RouteCategory cat = sStatic.mRoutes.get(i).getCategory(); in removeRoute() local 426 final RouteCategory cat = sStatic.mRoutes.get(i).getCategory(); in removeRouteAt() local
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 6573 String cat = sa.getString(com.android.internal.R.styleable.IntentCategory_name); in parseIntent() local
|