Searched defs:Flow (Results 1 – 9 of 9) sorted by relevance
88 fun Flow<Boolean>.logDiffsForTable( in logDiffsForTable() method107 fun Flow<Int>.logDiffsForTable( in logDiffsForTable() method126 fun Flow<Int?>.logDiffsForTable( in logDiffsForTable() method145 fun Flow<String?>.logDiffsForTable( in logDiffsForTable() method
46 fun Flow<TransitionStep>.filterState(transitionState: TransitionState) = in filterState() method
14 fun Flow<Boolean>.toCondition( in <lambda>() method
208 private fun Flow<QSTileUserAction>.filterByPolicy(user: UserHandle): Flow<QSTileUserAction> = in <lambda>() method226 private fun Flow<QSTileUserAction>.filterFalseActions(): Flow<QSTileUserAction> = in <lambda>() method
424 private fun Flow<Boolean>.and(anotherFlow: Flow<Boolean>): Flow<Boolean> = in DevicePolicyManager() method427 private fun Flow<Boolean>.isFalse(): Flow<Boolean> = this.map { !it } in <lambda>() method
171 private fun Flow<Boolean>.mapToReason(reason: DisabledReason) = map { enabled -> in DevicePolicyManager() method
741 private fun Flow<Boolean>.or(anotherFlow: Flow<Boolean>) = in or() method745 private fun Flow<Boolean>.isFalse(): Flow<Boolean> { in isFalse() method
356 private fun Flow<Boolean>.whenItFlipsToTrue(): Flow<Boolean> { in whenItFlipsToTrue() method
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...