Searched refs:PRUNE_UNUSED_STATIC_SHARED_LIBRARIES (Results 1 – 2 of 2) sorted by relevance
35 import static com.android.server.pm.PackageManagerService.PRUNE_UNUSED_STATIC_SHARED_LIBRARIES;312 case PRUNE_UNUSED_STATIC_SHARED_LIBRARIES: { in doHandleMessage()
927 static final int PRUNE_UNUSED_STATIC_SHARED_LIBRARIES = 28; field in PackageManagerService1316 mHandler.removeMessages(PRUNE_UNUSED_STATIC_SHARED_LIBRARIES); in schedulePruneUnusedStaticSharedLibraries()1317 mHandler.sendEmptyMessageDelayed(PRUNE_UNUSED_STATIC_SHARED_LIBRARIES, in schedulePruneUnusedStaticSharedLibraries()