Searched refs:land (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aapt2/link/ |
D | ProductFilter_test.cpp | 26 const ConfigDescription land = test::ParseConfigOrDie("land"); in TEST() local 31 test::ParseNameOrDie("android:string/one"), land, "", in TEST() 35 test::ParseNameOrDie("android:string/one"), land, "tablet", in TEST() 52 &table, "android:string/one", land, "")); in TEST() 54 &table, "android:string/one", land, "tablet")); in TEST()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
D | MLand.java | 1042 public static Player create(MLand land) { 1043 final Player p = new Player(land.getContext()); 1044 p.mLand = land; 1047 land.addView(p, new LayoutParams(PARAMS.PLAYER_SIZE, PARAMS.PLAYER_SIZE));
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 767 // This should land the immediately-failing call in the
|