Searched refs:mContextConfigStoreMockOrder (Results 1 – 1 of 1) sorted by relevance
150 private InOrder mContextConfigStoreMockOrder; field in WifiConfigManagerTest168 mContextConfigStoreMockOrder = inOrder(mContext, mWifiConfigStore); in setUp()286 mContextConfigStoreMockOrder.verify(mWifiConfigStore, never()).write(anyBoolean()); in testSaveToStoreIsRejectedBeforeLoadFromStore()289 mContextConfigStoreMockOrder.verify(mWifiConfigStore).read(); in testSaveToStoreIsRejectedBeforeLoadFromStore()292 mContextConfigStoreMockOrder.verify(mWifiConfigStore).write(anyBoolean()); in testSaveToStoreIsRejectedBeforeLoadFromStore()452 mContextConfigStoreMockOrder.verify(mWifiConfigStore, never()).write(anyBoolean()); in testAddEphemeralNetworkWhenCorrespondingEphemeralNetworkExists()1163 mContextConfigStoreMockOrder.verify(mWifiConfigStore, never()).write(anyBoolean()); in testRemovePasspointNetworkAddedByOther()1435 mContextConfigStoreMockOrder.verify(mWifiConfigStore).write(eq(true)); in testEnableDisableNetwork()1444 mContextConfigStoreMockOrder.verify(mWifiConfigStore).write(eq(true)); in testEnableDisableNetwork()1522 mContextConfigStoreMockOrder.verify(mWifiConfigStore).write(eq(true)); in testAllowDisallowAutojoin()[all …]