Searched refs:lm (Results 1 – 8 of 8) sorted by relevance
518 LoaderManagerImpl lm = loaders[i]; in onRetainNonConfigurationInstance() local519 if (lm.mRetaining) { in onRetainNonConfigurationInstance()522 lm.doDestroy(); in onRetainNonConfigurationInstance()523 mAllLoaderManagers.remove(lm.mWho); in onRetainNonConfigurationInstance()595 LoaderManagerImpl lm = loaders[i]; in onStart() local596 lm.finishRetain(); in onStart()597 lm.doReportStart(); in onStart()860 LoaderManagerImpl lm = mAllLoaderManagers.get(who); in invalidateSupportFragment() local861 if (lm != null && !lm.mRetaining) { in invalidateSupportFragment()862 lm.doDestroy(); in invalidateSupportFragment()[all …]
107 final Matrix lm = new Matrix(); in copyLocalMatrix() local108 getLocalMatrix(lm); in copyLocalMatrix()109 dest.setLocalMatrix(lm); in copyLocalMatrix()
116 LocationManager lm = getLocationManager(); in initLocationListeners() local120 List<String> locationProviders = lm.getAllProviders(); in initLocationListeners()138 lm.requestLocationUpdates(providerName, minUpdateTime, in initLocationListeners()241 LocationManager lm = getLocationManager(); in stopListeners() local244 lm.removeUpdates(listener); in stopListeners()
61 ILocationManager lm = ILocationManager.Stub.asInterface(b); in isPresent() local63 return lm.geocoderIsPresent(); in isPresent()
34 LOCAL_LDLIBS += -lm
834 LoaderManagerImpl lm = mAllLoaderManagers.get(who); in getLoaderManager() local835 if (lm == null) { in getLoaderManager()837 lm = new LoaderManagerImpl(who, this, started); in getLoaderManager()838 mAllLoaderManagers.put(who, lm); in getLoaderManager()841 lm.updateActivity(this); in getLoaderManager()843 return lm; in getLoaderManager()1663 LoaderManagerImpl lm = loaders[i]; in retainNonConfigurationInstances() local1664 if (lm.mRetaining) { in retainNonConfigurationInstances()1667 lm.doDestroy(); in retainNonConfigurationInstances()1668 mAllLoaderManagers.remove(lm.mWho); in retainNonConfigurationInstances()[all …]
144 LOCAL_LDLIBS := -lpthread -ldl -lm
2850 2lm