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

  /cts/tests/tests/content/src/android/content/pm/cts/
ConfigurationInfoTest.java 35 ConfigurationInfo[] configInfoArray = pkgInfo.configPreferences;
36 assertTrue(configInfoArray.length > 0);
37 ConfigurationInfo configInfo = configInfoArray[0];

Completed in 119 milliseconds