Home
last modified time | relevance | path

Searched refs:ACTION_TYPE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DAnomalyDatabaseHelper.java117 String ACTION_TYPE = "action_type"; field
131 + ActionColumns.ACTION_TYPE
136 + ActionColumns.ACTION_TYPE
DBatteryDatabaseManager.java187 final String selection = ActionColumns.ACTION_TYPE + " = ? "; in queryActionTime()
222 values.put(ActionColumns.ACTION_TYPE, type); in insertAction()
233 ActionColumns.ACTION_TYPE in deleteAction()
/packages/modules/HealthFitness/tests/integrationtests/utils/HealthConnectDocumentProviderTestUtils/src/android/healthconnect/tests/documentprovider/utils/
DDocumentProviderIntent.java21 public static final String ACTION_TYPE = "android.healthconnect.tests.ACTION_TYPE"; field in DocumentProviderIntent
DDocumentProviderActivityRequestHandler.java39 String queryType = bundle.getString(DocumentProviderIntent.ACTION_TYPE); in handleRequestFromBundle()
/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/exportimport/
DQueryDocumentProvidersTest.java436 DocumentProviderIntent.ACTION_TYPE, in clearDocumentProviders()
444 DocumentProviderIntent.ACTION_TYPE, in setDocumentProviderThrowsException()
452 DocumentProviderIntent.ACTION_TYPE, in addDocumentProviderRoot()