Searched refs:getLayoutId (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | AppWidgetTest.java | 816 new RemoteViewsMatcher(content.getLayoutId(), in testUpdateAppWidgetViaComponentName() 821 new RemoteViewsMatcher(content.getLayoutId(), in testUpdateAppWidgetViaComponentName() 893 new RemoteViewsMatcher(content.getLayoutId(), in testUpdateAppWidgetViaWidgetId() 981 argThat(new RemoteViewsMatcher(content.getLayoutId(), in testUpdateAppWidgetViaWidgetIds() 986 argThat(new RemoteViewsMatcher(content.getLayoutId(), in testUpdateAppWidgetViaWidgetIds() 1064 argThat(new RemoteViewsMatcher(content.getLayoutId(), in testPartiallyUpdateAppWidgetViaWidgetId() 1170 argThat(new RemoteViewsMatcher(content.getLayoutId(), in testPartiallyUpdateAppWidgetViaWidgetIds() 1175 argThat(new RemoteViewsMatcher(content.getLayoutId(), in testPartiallyUpdateAppWidgetViaWidgetIds() 1492 return remoteViews != null && remoteViews.getLayoutId() == mLayoutId in matches()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsTest.java | 155 assertEquals(R.layout.remoteviews_good, mRemoteViews.getLayoutId()); in testGetLayoutId() 158 assertEquals(R.layout.listview_layout, mRemoteViews.getLayoutId()); in testGetLayoutId() 161 assertEquals(INVALID_ID, mRemoteViews.getLayoutId()); in testGetLayoutId() 164 assertEquals(0, mRemoteViews.getLayoutId()); in testGetLayoutId() 455 assertEquals(R.layout.remoteviews_good, mRemoteViews.getLayoutId()); in testWriteToParcel()
|
/cts/tests/tests/tools/processors/view_inspector/src/android/processor/view/inspector/cts/ |
D | PlatformInspectableProcessorTest.java | 643 public int getLayoutId() { in getLayoutId() method in PlatformInspectableProcessorTest.ResourceIdTest 745 assertEquals(node.getLayoutId(), mPropertyReader.get("layoutId")); in testResourceId()
|
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 1491 assertEquals(layoutId, result.getLayoutId()); in testStyle_getStandardView()
|