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

  /cts/tests/tests/content/src/android/content/pm/cts/
PackageInfoTest.java 77 checkInfoArray(expected.activities, actual.activities);
78 checkInfoArray(expected.receivers, actual.receivers);
79 checkInfoArray(expected.services, actual.services);
80 checkInfoArray(expected.providers, actual.providers);
81 checkInfoArray(expected.instrumentation, actual.instrumentation);
82 checkInfoArray(expected.permissions, actual.permissions);
105 private void checkInfoArray(PackageItemInfo[] expected, PackageItemInfo[] actual) {

Completed in 354 milliseconds