Home
last modified time | relevance | path

Searched refs:details (Results 1 – 25 of 112) sorted by relevance

12345

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DStorageMeasurement.java93 void onDetailsChanged(MeasurementDetails details); in onDetailsChanged() argument
152 final MeasurementDetails details = new MeasurementDetails(); in measureExactStorage() local
153 if (mVolume == null) return details; in measureExactStorage()
156 details.totalSize = mVolume.getPath().getTotalSpace(); in measureExactStorage()
157 details.availSize = mVolume.getPath().getUsableSpace(); in measureExactStorage()
158 return details; in measureExactStorage()
162 details.totalSize = mStats.getTotalBytes(mVolume.fsUuid); in measureExactStorage()
163 details.availSize = mStats.getFreeBytes(mVolume.fsUuid); in measureExactStorage()
167 return details; in measureExactStorage()
176 details.mediaSize.put(user.id, mediaMap); in measureExactStorage()
[all …]
/frameworks/native/libs/math/include/math/
Dvec2.h33 namespace details {
110 typedef details::TVec2<double> double2;
111 typedef details::TVec2<float> float2;
112 typedef details::TVec2<float> vec2;
113 typedef details::TVec2<half> half2;
114 typedef details::TVec2<int32_t> int2;
115 typedef details::TVec2<uint32_t> uint2;
116 typedef details::TVec2<int16_t> short2;
117 typedef details::TVec2<uint16_t> ushort2;
118 typedef details::TVec2<int8_t> byte2;
[all …]
Dvec3.h31 namespace details {
116 typedef details::TVec3<double> double3;
117 typedef details::TVec3<float> float3;
118 typedef details::TVec3<float> vec3;
119 typedef details::TVec3<half> half3;
120 typedef details::TVec3<int32_t> int3;
121 typedef details::TVec3<uint32_t> uint3;
122 typedef details::TVec3<int16_t> short3;
123 typedef details::TVec3<uint16_t> ushort3;
124 typedef details::TVec3<int8_t> byte3;
[all …]
Dvec4.h31 namespace details {
113 typedef details::TVec4<double> double4;
114 typedef details::TVec4<float> float4;
115 typedef details::TVec4<float> vec4;
116 typedef details::TVec4<half> half4;
117 typedef details::TVec4<int32_t> int4;
118 typedef details::TVec4<uint32_t> uint4;
119 typedef details::TVec4<int16_t> short4;
120 typedef details::TVec4<uint16_t> ushort4;
121 typedef details::TVec4<int8_t> byte4;
[all …]
Dquat.h38 namespace details {
142 typedef details::TQuaternion<double> quatd;
143 typedef details::TQuaternion<float> quat;
144 typedef details::TQuaternion<float> quatf;
145 typedef details::TQuaternion<half> quath;
Dmat2.h34 namespace details {
369 typedef details::TMat22<double> mat2d;
370 typedef details::TMat22<float> mat2;
371 typedef details::TMat22<float> mat2f;
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentLayoutSupport.java76 DetailsFragment details = new DetailsFragment(); in onCreate() local
77 details.setArguments(getIntent().getExtras()); in onCreate()
79 android.R.id.content, details).commit(); in onCreate()
106 View detailsFrame = getActivity().findViewById(R.id.details); in onActivityCreated()
147 DetailsFragment details = (DetailsFragment) in showDetails() local
148 getFragmentManager().findFragmentById(R.id.details); in showDetails()
149 if (details == null || details.getShownIndex() != index) { in showDetails()
151 details = DetailsFragment.newInstance(index); in showDetails()
156 .replace(R.id.details, details) in showDetails()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java166 CharSequence details; in showNotification() local
170 details = r.getString(R.string.wifi_no_internet_detailed); in showNotification()
174 details = r.getString(R.string.wifi_no_internet_detailed); in showNotification()
179 details = r.getString(R.string.network_available_sign_in_detailed, extraInfo); in showNotification()
185 details = mTelephonyManager.getNetworkOperatorName(); in showNotification()
189 details = r.getString(R.string.network_available_sign_in_detailed, extraInfo); in showNotification()
196 details = r.getString(R.string.network_switch_metered_detail, toTransport, in showNotification()
220 builder.setStyle(new Notification.BigTextStyle().bigText(details)); in showNotification()
222 builder.setContentText(details); in showNotification()
/frameworks/native/libs/math/tests/
Dmat_test.cpp387 typedef ::android::details::TMat44<TypeParam> M44T; in TYPED_TEST()
425 typedef ::android::details::TMat33<TypeParam> M33T; in TYPED_TEST()
458 typedef ::android::details::TMat22<TypeParam> M22T; in TYPED_TEST()
519 typedef ::android::details::TMat44<TypeParam> M44T; in TYPED_TEST()
520 typedef ::android::details::TVec4<TypeParam> V4T; in TYPED_TEST()
559 typedef ::android::details::TMat44<TypeParam> M44T; in TYPED_TEST()
578 typedef ::android::details::TMat33<TypeParam> M33T; in TYPED_TEST()
597 typedef ::android::details::TMat44<TypeParam> M44T; in TYPED_TEST()
598 typedef ::android::details::TVec4<TypeParam> V4T; in TYPED_TEST()
599 typedef ::android::details::TQuaternion<TypeParam> QuatT; in TYPED_TEST()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DAppTimeTracker.java97 public void dumpWithHeader(PrintWriter pw, String prefix, boolean details) { in dumpWithHeader() argument
101 dump(pw, prefix + " ", details); in dumpWithHeader()
104 public void dump(PrintWriter pw, String prefix, boolean details) { in dump() argument
115 if (details && mStartedTime != 0) { in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java332 CharSequence details = context.getText( in getNotificationBuilder() local
336 .setStyle(new Notification.BigTextStyle().bigText(details)) in getNotificationBuilder()
337 .setContentText(details) in getNotificationBuilder()
398 CharSequence details = context.getText( in getNotificationBuilder() local
402 .setStyle(new Notification.BigTextStyle().bigText(details)) in getNotificationBuilder()
403 .setContentText(details) in getNotificationBuilder()
/frameworks/av/include/media/
Dconvert.h58 namespace details
216 return details::Converter<srcType, dstType>::run(input, result);
268 if (!details::Converter<std::string, float>::run(str, result)) {
298 if (!details::Converter<std::string, double>::run(str, result)) {
/frameworks/av/media/libmedia/include/media/
Dconvert.h58 namespace details
216 return details::Converter<srcType, dstType>::run(input, result);
268 if (!details::Converter<std::string, float>::run(str, result)) {
298 if (!details::Converter<std::string, double>::run(str, result)) {
/frameworks/support/samples/SupportLeanbackShowcase/
Dgradle.properties7 # For more details on how to configure your build environment visit
16 # This option should only be used with decoupled projects. More details, visit
/frameworks/data-binding/integration-tests/TestApp/
Dgradle.properties7 # For more details on how to configure your build environment visit
16 # This option should only be used with decoupled projects. More details, visit
/frameworks/base/tests/TouchLatency/
Dgradle.properties7 # For more details on how to configure your build environment visit
16 # This option should only be used with decoupled projects. More details, visit
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradle.properties7 # For more details on how to configure your build environment visit
16 # This option should only be used with decoupled projects. More details, visit
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/cards/
DCardExampleFragment.java22 import android.support.v17.leanback.supportleanbackshowcase.app.details.DetailViewExampleActivity;
23 import android.support.v17.leanback.supportleanbackshowcase.app.details.DetailViewExampleFragment;
24 import android.support.v17.leanback.supportleanbackshowcase.app.details.ShadowRowPresenterSelector;
/frameworks/data-binding/integration-tests/App With Spaces/
Dgradle.properties23 # For more details on how to configure your build environment visit
32 # This option should only be used with decoupled projects. More details, visit
/frameworks/data-binding/samples/BindingDemo/
Dgradle.properties23 # For more details on how to configure your build environment visit
32 # This option should only be used with decoupled projects. More details, visit
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
Dgradle.properties23 # For more details on how to configure your build environment visit
32 # This option should only be used with decoupled projects. More details, visit
/frameworks/data-binding/integration-tests/IndependentLibrary/
Dgradle.properties22 # For more details on how to configure your build environment visit
31 # This option should only be used with decoupled projects. More details, visit
/frameworks/data-binding/
Dgradle.properties23 # For more details on how to configure your build environment visit
32 # This option should only be used with decoupled projects. More details, visit
/frameworks/av/include/private/
DREADME3 These include files are part of the private implementation details of
/frameworks/base/libs/hwui/private/
DREADME3 These include files are part of the private implementation details of

12345