Searched refs:maybePublishAppList (Results 1 – 2 of 2) sorted by relevance
86 verify(mController, times(2)).maybePublishAppList(); in maybePublishAppList_loadAppListFromPlatform_noPublishing()99 verify(mController, times(2)).maybePublishAppList(); in maybePublishAppList_loadAppListFromFile_noPublishing()112 verify(mController, times(2)).maybePublishAppList(); in maybePublishAppList_publishing_defaultOrder()134 verify(mController, times(2)).maybePublishAppList(); in maybePublishAppList_publishing_customOrder()
98 maybePublishAppList(); in loadAppListFromPlatform()119 maybePublishAppList(); in loadAppOrderFromFile()140 void maybePublishAppList() { in maybePublishAppList() method in AppOrderController