Searched refs:cleaned (Results 1 – 8 of 8) sorted by relevance
396 bool cleaned = false; in clean() local403 cleaned = true; in clean()405 return cleaned; in clean()
382 int cleaned = 0; in cleanUp() local389 ++cleaned; in cleanUp()404 ALOGV("# of cleaned connections: %d", cleaned); in cleanUp()
438 int cleaned = 0; in cleanUp() local445 ++cleaned; in cleanUp()460 ALOGV("# of cleaned connections: %d", cleaned); in cleanUp()
43 // TODO: remove the hiding when server classes are cleaned up.80 // but it cannot yet be turned on because some usages have not been cleaned up.
20 cleaned up and the sound is removed. Also detail level is lowered,
644 byte[] cleaned = mWifiScoreCard.getNetworkListByteArray(true); in testNetworksSerialization()663 assertTrue(cleaned.length < serialized.length); in testNetworksSerialization()665 assertTrue(Arrays.equals(cleaned, Base64.decode(base64Encoded, Base64.DEFAULT))); in testNetworksSerialization()
23 # This stuff really ought to be cleaned up and turned into something other
113 …At this point the plugin should ensure that all its resources and static references are cleaned up.