Home
last modified time | relevance | path

Searched refs:String (Results 1 – 25 of 130) sorted by relevance

123456

/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/
DAppFunctionRequestExceptions.kt28 internal constructor(errorCode: Int, errorMessage: String? = null, extras: Bundle) :
38 internal constructor(errorMessage: String? = null, extras: Bundle) :
41 public constructor(errorMessage: String? = null) : this(errorMessage, Bundle.EMPTY)
51 internal constructor(errorMessage: String? = null, extras: Bundle) :
54 public constructor(errorMessage: String? = null) : this(errorMessage, Bundle.EMPTY)
64 internal constructor(errorMessage: String? = null, extras: Bundle) :
67 public constructor(errorMessage: String? = null) : this(errorMessage, Bundle.EMPTY)
72 internal constructor(errorMessage: String? = null, extras: Bundle) :
75 public constructor(errorMessage: String? = null) : this(errorMessage, Bundle.EMPTY)
80 internal constructor(errorMessage: String? = null, extras: Bundle) :
[all …]
DAppFunctionAppExceptions.kt27 internal constructor(errorCode: Int, errorMessage: String? = null, extras: Bundle) :
37 internal constructor(errorMessage: String? = null, extras: Bundle) :
40 public constructor(errorMessage: String? = null) : this(errorMessage, Bundle.EMPTY)
54 internal constructor(errorMessage: String? = null, extras: Bundle) :
57 public constructor(errorMessage: String? = null) : this(errorMessage, Bundle.EMPTY)
67 internal constructor(errorMessage: String? = null, extras: Bundle) :
70 public constructor(errorMessage: String? = null) : this(errorMessage, Bundle.EMPTY)
DAppFunctionData.kt85 public val qualifiedName: String in <lambda>()
91 @get:RestrictTo(LIBRARY_GROUP) public val id: String = genericDocument.id in <lambda>()
100 public fun containsKey(key: String): Boolean { in <lambda>()
116 public fun getBoolean(key: String): Boolean { in <lambda>()
131 public fun getBoolean(key: String, defaultValue: Boolean): Boolean { in <lambda>()
144 public fun getBooleanOrNull(key: String): Boolean? { in <lambda>()
169 public fun getFloat(key: String): Float { in <lambda>()
184 public fun getFloat(key: String, defaultValue: Float): Float { in <lambda>()
197 public fun getFloatOrNull(key: String): Float? { in <lambda>()
229 public fun getDouble(key: String): Double { in <lambda>()
[all …]
DAppFunctionComponentRegistry.kt57 @AppFunctionComponentCategory public val componentCategory: String,
58 public val componentNames: Array<String>,
80 const val INVENTORY: String = "INVENTORY"
85 const val INVOKER: String = "INVOKER"
90 const val FUNCTION: String = "FUNCTION"
DAppFunctionSystemExceptions.kt27 internal constructor(errorCode: Int, errorMessage: String? = null, extras: Bundle) :
36 internal constructor(errorMessage: String? = null, extras: Bundle) :
39 public constructor(errorMessage: String? = null) : this(errorMessage, Bundle.EMPTY)
44 internal constructor(errorMessage: String? = null, extras: Bundle) :
47 public constructor(errorMessage: String? = null) : this(errorMessage, Bundle.EMPTY)
/appfunctions/appfunctions-schemas/src/main/java/androidx/appfunctions/schema/files/
DFiles.kt33 public const val APP_FUNCTION_SCHEMA_CATEGORY_FILES: String = "files"
71 public val query: String? in findFiles()
76 public val fileTypes: List<String> in findFiles()
77 get() = listOf<String>() in findFiles()
132 public val fileIds: List<String> in getFileContentUris()
147 public val id: String
170 public val id: String
172 public val name: String
181 const val IMAGE: String = "IMAGE"
184 const val VIDEO: String = "VIDEO"
[all …]
/appfunctions/appfunctions-schemas/src/main/java/androidx/appfunctions/schema/notes/
DNotes.kt37 public const val APP_FUNCTION_SCHEMA_CATEGORY_NOTES: String = "notes"
75 public val query: String? in findNotes()
148 public val title: String in createNote()
150 public val content: String? in createNote()
163 public val groupId: String? in createNote()
180 public val externalUuid: String? in createNote()
233 public val noteId: String in updateNote()
236 public val title: SetField<String>? in updateNote()
240 public val content: SetField<String?>? in updateNote()
291 public val noteIds: List<String> in deleteNotes()
[all …]
/appfunctions/appfunctions-common/api/
Drestricted_current.txt8 ctor public AppFunctionAppUnknownException(optional String? errorMessage);
12 ctor public AppFunctionCancelledException(optional String? errorMessage);
16 method public String getCallingPackageName();
18 property public abstract String callingPackageName;
23 method public boolean containsKey(String key);
25 method public androidx.appfunctions.AppFunctionData? getAppFunctionData(String key);
26 …d public java.util.List<androidx.appfunctions.AppFunctionData>? getAppFunctionDataList(String key);
27 method public boolean getBoolean(String key);
28 method public boolean getBoolean(String key, boolean defaultValue);
29 method public boolean[]? getBooleanArray(String key);
[all …]
Dcurrent.txt8 ctor public AppFunctionAppUnknownException(optional String? errorMessage);
12 ctor public AppFunctionCancelledException(optional String? errorMessage);
16 method public String getCallingPackageName();
18 property public abstract String callingPackageName;
23 method public boolean containsKey(String key);
25 method public androidx.appfunctions.AppFunctionData? getAppFunctionData(String key);
26 …d public java.util.List<androidx.appfunctions.AppFunctionData>? getAppFunctionDataList(String key);
27 method public boolean getBoolean(String key);
28 method public boolean getBoolean(String key, boolean defaultValue);
29 method public boolean[]? getBooleanArray(String key);
[all …]
/appfunctions/appfunctions-schemas/src/main/java/androidx/appfunctions/schema/notes/translators/
DAppFunctionNoteImpl.kt25 override val id: String,
26 override val title: String,
27 override val content: String? = null,
29 override val groupId: String? = null,
35 override val displayName: String,
36 override val mimeType: String? = null,
/appfunctions/appfunctions-runtime/src/main/java/androidx/appfunctions/
DAppFunctionSearchSpec.kt49 public val packageNames: Set<String>? = null,
50 public val schemaCategory: String? = null,
51 public val schemaName: String? = null,
61 internal fun toStaticMetadataAppSearchQuery(): String = in toStaticMetadataAppSearchQuery()
62 buildList<String> { in toStaticMetadataAppSearchQuery()
84 private fun getOrQueryExpression(elements: Set<String>) = in getOrQueryExpression()
/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$UpdateNoteParamsFactory.KT6 import kotlin.String
12 val setFieldKotlinStringFactory = `$SetFieldFactory`<String>( in fromAppFunctionData()
13 AppFunctionSerializableFactory.TypeParameter.PrimitiveTypeParameter(String::class.java), in fromAppFunctionData()
15 val setFieldKotlinStringNullableFactory = `$SetFieldFactory`<String?>( in fromAppFunctionData()
17 …tionSerializableFactory.TypeParameter.PrimitiveTypeParameter(String::class.java as Class<String?>), in fromAppFunctionData()
28 var title: SetField<String>? = null in fromAppFunctionData()
33 var nullableTitle: SetField<String?>? = null in fromAppFunctionData()
54 val setFieldKotlinStringFactory = `$SetFieldFactory`<String>( in toAppFunctionData()
55 AppFunctionSerializableFactory.TypeParameter.PrimitiveTypeParameter(String::class.java), in toAppFunctionData()
57 val setFieldKotlinStringNullableFactory = `$SetFieldFactory`<String?>( in toAppFunctionData()
[all …]
D$FunctionWithGenericSerializable_AppFunctionInventory.KT15 import kotlin.String
25 override val functionIdToMetadataMap: Map<String, CompileTimeAppFunctionMetadata> = mapOf(
80 Map<String, AppFunctionDataTypeMetadata> = mapOf(
85 List<String> = listOf(
104 Map<String, AppFunctionDataTypeMetadata> = mapOf(
109 List<String> = listOf(
128 Map<String, AppFunctionDataTypeMetadata> = mapOf(
132 private val COM_TESTDATA_ATTACHMENT_OBJECT_DATA_TYPE_REQUIRED_PROPERTIES_LIST: List<String> =
158 Map<String, AppFunctionDataTypeMetadata> = mapOf(
163 List<String> = listOf(
[all …]
D$DerivedSerializableOutputFunctions_AppFunctionInventory.KT16 import kotlin.String
27 override val functionIdToMetadataMap: Map<String, CompileTimeAppFunctionMetadata> = mapOf(
57 Map<String, AppFunctionDataTypeMetadata> = mapOf(
62 List<String> = listOf(
81 Map<String, AppFunctionDataTypeMetadata> = mapOf(
86 List<String> = listOf(
129 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
179 Map<String, AppFunctionDataTypeMetadata> = mapOf(
184 List<String> = listOf(
203 Map<String, AppFunctionDataTypeMetadata> = mapOf(
[all …]
/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/metadata/
DAppFunctionRuntimeMetadata.kt28 @Document.Id val id: String,
29 @Document.Namespace val namespace: String,
30 @Document.StringProperty val functionId: String,
31 @Document.StringProperty val packageName: String,
37 val appFunctionStaticMetadataQualifiedId: String,
40 public const val STATIC_METADATA_JOIN_PROPERTY: String =
/appfunctions/appfunctions-runtime/src/test/java/androidx/appfunctions/testing/
DFakeAppFunctionReader.kt27 mutableMapOf<Pair<String, String>, AppFunctionSchemaMetadata>()
30 functionId: String, in addAppFunctionMetadata()
31 packageName: String, in addAppFunctionMetadata()
45 functionId: String, in searchAppFunctions()
46 packageName: String in searchAppFunctions()
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DStringUtils.kt20 fun String.fromCamelCaseToScreamingSnakeCase(): String { in <lambda>() method
21 fun isFullyCapitalized(input: String): Boolean { in <lambda>()
34 fun String.toPascalCase(): String { in toPascalCase() method
/appfunctions/appfunctions-schemas/api/
Drestricted_current.txt14 method public String getId();
15 method public String getName();
16 property public abstract String id;
17 property public abstract String name;
21 property public static String APP_FUNCTION_SCHEMA_CATEGORY_FILES;
22 field public static final String APP_FUNCTION_SCHEMA_CATEGORY_FILES = "files";
37 method public default java.util.List<java.lang.String> getFileTypes();
38 method public default String? getQuery();
39 property public default java.util.List<java.lang.String> fileTypes;
40 property public default String? query;
[all …]
Dcurrent.txt14 method public String getId();
15 method public String getName();
16 property public abstract String id;
17 property public abstract String name;
21 property public static String APP_FUNCTION_SCHEMA_CATEGORY_FILES;
22 field public static final String APP_FUNCTION_SCHEMA_CATEGORY_FILES = "files";
37 method public default java.util.List<java.lang.String> getFileTypes();
38 method public default String? getQuery();
39 property public default java.util.List<java.lang.String> fileTypes;
40 property public default String? query;
[all …]
/appfunctions/appfunctions-compiler/src/test/java/androidx/appfunctions/compiler/testings/
DCompilationTestHelper.kt44 private val proxySourceFileNames: List<String>, in <lambda>()
70 sourceFileNames: List<String>, in <lambda>()
71 processorOptions: Map<String, String> = emptyMap<String, String>(), in <lambda>()
110 expectGeneratedFileName: String, in <lambda>()
111 goldenFileName: String, in <lambda>()
112 generatedFileContent: String? in <lambda>()
160 expectGeneratedSourceFileName: String, in <lambda>()
161 goldenFileName: String, in <lambda>()
182 expectGeneratedResourceFileName: String, in <lambda>()
183 goldenFileName: String, in <lambda>()
[all …]
/appfunctions/appfunctions-compiler/src/test/test-data/input/
DDerivedSerializable.KT8 public val stringToOpen: String
12 override val stringToOpen: String
18 override val stringToOpen: String,
23 override val stringToOpen: String,
/appfunctions/integration-tests/multi-modules-testapp/app/src/androidTest/java/androidx/appfunctions/integration/tests/
DTestFunctions.kt33 val title: String,
34 val content: List<String>,
42 val title: SetField<String>? = null,
43 val nullableTitle: SetField<String?>? = null,
44 val content: SetField<List<String>>? = null,
45 val nullableContent: SetField<List<String>?>? = null,
50 val name: String,
55 val uri: String,
61 val title: String,
62 val content: List<String>,
[all …]
/appfunctions/appfunctions-runtime/api/
Drestricted_current.txt28 … conditional=true) public suspend Object? isAppFunctionEnabled(String packageName, String function…
29 …method public suspend Object? isAppFunctionEnabled(String functionId, kotlin.coroutines.Continuati…
31 …NCTIONS", conditional=true) public suspend Object? setAppFunctionEnabled(String functionId, int ne…
47 ctor public AppFunctionSearchSpec(optional java.util.Set<java.lang.String>? packageNames);
48 …c AppFunctionSearchSpec(optional java.util.Set<java.lang.String>? packageNames, optional String? s…
49 …rchSpec(optional java.util.Set<java.lang.String>? packageNames, optional String? schemaCategory, o…
50 …rchSpec(optional java.util.Set<java.lang.String>? packageNames, optional String? schemaCategory, o…
52 method public java.util.Set<java.lang.String>? getPackageNames();
53 method public String? getSchemaCategory();
54 method public String? getSchemaName();
[all …]
Dcurrent.txt28 … conditional=true) public suspend Object? isAppFunctionEnabled(String packageName, String function…
29 …method public suspend Object? isAppFunctionEnabled(String functionId, kotlin.coroutines.Continuati…
31 …NCTIONS", conditional=true) public suspend Object? setAppFunctionEnabled(String functionId, int ne…
47 ctor public AppFunctionSearchSpec(optional java.util.Set<java.lang.String>? packageNames);
48 …c AppFunctionSearchSpec(optional java.util.Set<java.lang.String>? packageNames, optional String? s…
49 …rchSpec(optional java.util.Set<java.lang.String>? packageNames, optional String? schemaCategory, o…
50 …rchSpec(optional java.util.Set<java.lang.String>? packageNames, optional String? schemaCategory, o…
52 method public java.util.Set<java.lang.String>? getPackageNames();
53 method public String? getSchemaCategory();
54 method public String? getSchemaName();
[all …]
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/
DAppFunctionCompilerOptions.kt30 fun from(options: Map<String, String>): AppFunctionCompilerOptions { in from()
36 private fun getAggregateAppFunctionsOption(options: Map<String, String>): Boolean { in getAggregateAppFunctionsOption()

123456