Lines Matching refs:extras
1041 // Read the extras
1042 Bundle extras = new Bundle();
1055 extras.putString(key, value);
1057 throw new RuntimeException("Widget extras must have a key and value");
1060 throw new RuntimeException("Widgets can contain only extras");
1065 return addAppWidget(db, values, cn, spanX, spanY, extras);
1072 int spanX, int spanY, Bundle extras) {
1092 if (extras != null && !extras.isEmpty()) {
1095 intent.putExtras(extras);