Searched refs:dsm (Results 1 – 2 of 2) sorted by relevance
150 DhcpStateMachine dsm = new DhcpStateMachine(context, controller, intf); in makeDhcpStateMachine() local151 dsm.start(); in makeDhcpStateMachine()152 return dsm; in makeDhcpStateMachine()
11422 dsm = LocalServices.getService(DeviceStorageMonitorInternal.class); in clearApplicationUserData()11423 if (dsm != null) { in clearApplicationUserData()11424 dsm.checkMemory(); in clearApplicationUserData()13465 dsm = LocalServices.getService(DeviceStorageMonitorInternal.class); in isStorageLow() local13466 if (dsm != null) { in isStorageLow()13467 return dsm.isMemoryLow(); in isStorageLow()