Home
last modified time | relevance | path

Searched refs:spm (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
DActivityTileTest.java169 final ShadowPackageManager spm = Shadow.extract(mContext.getPackageManager()); in getTitle_shouldEnsureMetadataNotStale() local
170 spm.addResolveInfoForIntent( in getTitle_shouldEnsureMetadataNotStale()
186 final ShadowPackageManager spm = Shadow.extract(mContext.getPackageManager()); in getTitle_noActivity_returnNull() local
187 spm.removePackage(mActivityInfo.packageName); in getTitle_noActivity_returnNull()
DProviderTileTest.java162 final ShadowPackageManager spm = Shadow.extract(mContext.getPackageManager()); in getTitle_shouldEnsureMetadataNotStale() local
163 spm.addResolveInfoForIntent( in getTitle_shouldEnsureMetadataNotStale()
/frameworks/native/services/sensorservice/
DSensorService.cpp2235 SensorPrivacyManager spm; in registerSelf() local
2236 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()
2237 spm.addSensorPrivacyListener(this); in registerSelf()
2242 SensorPrivacyManager spm; in unregisterSelf() local
2244 spm.removeIndividualSensorPrivacyListener( in unregisterSelf()
2247 spm.removeSensorPrivacyListener(this); in unregisterSelf()
2280 SensorPrivacyManager spm; in registerSelfForIndividual() local
2281 status_t err = spm.addIndividualSensorPrivacyListener(userId, in registerSelfForIndividual()
2288 mSensorPrivacyEnabled = spm.isIndividualSensorPrivacyEnabled(userId, in registerSelfForIndividual()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1406 SensorPrivacyManager spm; in registerSelf() local
1407 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()
1408 spm.addSensorPrivacyListener(this); in registerSelf()
1412 SensorPrivacyManager spm; in registerSelfForMicrophoneOnly() local
1413 mSensorPrivacyEnabled = spm.isIndividualSensorPrivacyEnabled(userId, in registerSelfForMicrophoneOnly()
1415 spm.addIndividualSensorPrivacyListener(userId, in registerSelfForMicrophoneOnly()
1420 SensorPrivacyManager spm; in unregisterSelf() local
1421 spm.removeSensorPrivacyListener(this); in unregisterSelf()