Searched refs:getSystemProperties (Results 1 – 4 of 4) sorted by relevance
244 public String getSystemProperties(String key) { in getSystemProperties() method in CellBroadcastReceiver280 getSystemProperties(ROAMING_PLMN_SUPPORTED_PROPERTY_KEY); in onServiceStateChanged()
568 doReturn("").when(mCellBroadcastReceiver).getSystemProperties(any()); in testOnNetworkRoamingChange()677 doReturn("").when(mCellBroadcastReceiver).getSystemProperties(any()); in testOnSimlessChange()
252 override fun getSystemProperties() = mock(MockableSystemProperties::class.java) in getNetworkStack() method in com.android.server.net.integrationtests.TestDependencies
1484 public MockableSystemProperties getSystemProperties() { in getSystemProperties() method in ConnectivityService.Dependencies1844 mSystemProperties = mDeps.getSystemProperties();